Commands.app

php artisan make:resource

Code Generation

Create a new API resource

Options & Flags
Available options for this command
--collection

Create a resource collection

Examples
Common usage examples

Create an API resource

php artisan make:resource UserResource

Create a resource collection

php artisan make:resource UserCollection --collection
Notes
  • Transform models into JSON responses
  • Use in API endpoints
Related Commands
You might also find these useful