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
Let me try to understand: is this missing in the docs? For the latest Laravel that should not even be necessary, we now have the artisan package:discover command, which is supposed to boot those things (service provider and aliases) automatically.
I think we may need a PR to fix all those stuff. :)
'providers' => [
PragmaRX\ZipCode\Vendor\Laravel\ServiceProvider::class,
]
'aliases' => [
'ZipCode' => PragmaRX\ZipCode\Vendor\Laravel\Facade::class,
]
The text was updated successfully, but these errors were encountered: