Commands.app

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
Notes
  • Use in model $casts property
  • Transform attribute values
Related Commands
You might also find these useful