Closed azhmif closed 7 months ago
php artisan make:crud post "title:string, content:text, status:enum" how to set enum value?
thx
There is no enum option, sorry
php artisan make:crud post "title:string, content:text, status:enum" how to set enum value?
thx