Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the app.php documentation for the latest Laravel #13

Open
Alexandre1BR opened this issue Aug 6, 2018 · 2 comments
Open

Updating the app.php documentation for the latest Laravel #13

Alexandre1BR opened this issue Aug 6, 2018 · 2 comments

Comments

@Alexandre1BR
Copy link

'providers' => [
PragmaRX\ZipCode\Vendor\Laravel\ServiceProvider::class,
]

'aliases' => [
'ZipCode' => PragmaRX\ZipCode\Vendor\Laravel\Facade::class,
]

@antonioribeiro
Copy link
Owner

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. :)

@ErikDohmen
Copy link

added a PR to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants