Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
Contribute
Back to laravel
php artisan make:cast
Code Generation
Create a new custom Eloquent cast class
Examples
Common usage examples
Create a custom cast
php artisan make:cast Json
Copy
Notes
Use in model $casts property
Transform attribute values
Related Commands
You might also find these useful
php artisan make:model