The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
11.x
nova:resource
🖥
nova:resource
Create a new resource class
Options
model
- The model class being represented.
Required
Arguments
name
- The name of the resource
Required
php artisan nova:resource [-m|--model MODEL] [--] <name>
Click to copy