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
Instead of requiring users to manually add your service provider to the config/app.php configuration file, you may define the provider in the extra section of your package's composer.json file. In addition to service providers, you may also list any facades you would like to be registered:
Can you add package discovery feature?
It's available from Laravel 5.5.
https://laravel.com/docs/5.5/packages#package-discovery
The text was updated successfully, but these errors were encountered: