Artisan.page

make:resource

Create a new resource

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

Options

collectionOptional

Create a resource collection

forceOptional

Create the class even if the resource already exists

json-apiOptional

Create a JSON:API resource

Arguments

nameRequired

The name of the resource