php artisan make:cast
Code GenerationCreate a new custom Eloquent cast class
Examples
Common usage examples
Create a custom cast
php artisan make:cast JsonNotes
- Use in model $casts property
- Transform attribute values
Related Commands
You might also find these useful