zipcode icon indicating copy to clipboard operation
zipcode copied to clipboard

Updating the app.php documentation for the latest Laravel

Open Alexandre1BR opened this issue 6 years ago • 2 comments

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

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

Alexandre1BR avatar Aug 06 '18 18:08 Alexandre1BR

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

antonioribeiro avatar Aug 06 '18 18:08 antonioribeiro

added a PR to fix this

ErikDohmen avatar Nov 17 '19 19:11 ErikDohmen