laraveltherightway / laraveltherightway.github.io

Laravel Best Practices (previously Laravel The Right Way)
http://www.laravelbestpractices.com/
Other
300 stars 102 forks source link

php artisan app:name #63

Closed axiomette closed 4 years ago

axiomette commented 4 years ago

In Laravel 6.0, php artisan app:name YourNameHere was removed from artisan commands (https://github.com/laravel/framework/pull/27575)

This makes the recommended practice of renaming the App namespace redundant.

buonzz commented 4 years ago

thanks for the heads up! will remove that section if that is the case

buonzz commented 4 years ago

this is now addressed https://github.com/laraveltherightway/laraveltherightway.github.io/commit/94dc42909571ae2d1362e6ffbab9f109087821e7