artisan.eplus.dev

make:resource

Create a new resource

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

Options

collectionOptional

Create a resource collection

Arguments

nameRequired

The name of the class

Maintained by hoangsvit · Fork of artisan.page