artisan.eplus.dev

make:mcp-resource

Create a new MCP resource class

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

Options

forceOptional

Create the class even if the resource already exists

Arguments

nameRequired

The name of the resource

Maintained by hoangsvit · Fork of artisan.page