Artisan.page

make:resource

Create a new resource

Terminal
php artisan make:resource [-f|--force] [-c|--collection] [--] <name>

Options

collectionOptional

Create a resource collection

forceOptional

Create the class even if the resource already exists

Arguments

nameRequired

The name of the resource