misterdebug / crud-generator-laravel

Create a Laravel 10 CRUD in a few seconds
315 stars 44 forks source link

how to create enum values #46

Closed azhmif closed 7 months ago

azhmif commented 7 months ago

php artisan make:crud post "title:string, content:text, status:enum" how to set enum value?

thx

misterdebug commented 7 months ago

There is no enum option, sorry