The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
8.x
make:cast
🖥
make:cast
Create a new custom Eloquent cast class
Arguments
name
- The name of the class
Required
php artisan make:cast <name>
Click to copy