You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the package is installed you need to register the service provider with the application. Open up `app/config/app.php` and find the `providers` key.
26
+
Once the package is installed you need to register the service provider with the application. Open up `config/app.php` and find the `providers` key.
27
27
28
28
'providers' => array(
29
29
...
@@ -38,9 +38,9 @@ If no connection is provided Laravel's default one will be used. After successfu
38
38
39
39
## Configuration
40
40
41
-
To configure the package use the following command to copy the configuration file to `app/config/packages/stolz/laravel-schema-spy/config.php`.
41
+
To configure the package use the following command to copy the configuration file to `config/packages/stolz/laravel-schema-spy/config.php`.
0 commit comments