Skip to content

Commit aa19c69

Browse files
committed
Added Laravel 5.5+ Auto Discover for Service Providers
1 parent 53e0d18 commit aa19c69

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,12 @@
3535
"name": "Nicholas Barrett",
3636
"email": "[email protected]"
3737
}
38-
]
38+
],
39+
"extra": {
40+
"laravel": {
41+
"providers": [
42+
"Phaza\\LaravelPostgis\\DatabaseServiceProvider"
43+
]
44+
}
45+
}
3946
}

0 commit comments

Comments
 (0)