Closed kelvindominguez1595 closed 5 years ago
@KelNay95 You can give this a shot. php artisan crud:generate Posts --fields="title#string; content#text; category#select#options={'technology': 'Technology', 'tips': 'Tips', 'health': 'Health'}" --view-path=admin --controller-namespace=Admin --route-group=admin --form-helper=html
But I see the following error that I show in the image I am using laravel 5.7 when creating the crud I get the following error: # @
Help!!!