Artisan.page

make:cast

Create a new custom Eloquent cast class

Terminal
php artisan make:cast [-f|--force] [--inbound] [--] <name>

Options

forceOptional

Create the class even if the cast already exists

inboundOptional

Generate an inbound cast class

Arguments

nameRequired

The name of the cast