The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
5.x
app:name
🖥
app:name
Set the application namespace
Arguments
name
- The desired namespace
Required
php artisan app:name <name>
Click to copy