sohelamin / crud-generator

Laravel CRUD Generator
https://packagist.org/packages/appzcoder/crud-generator
MIT License
1.41k stars 426 forks source link

I had problem!!!I follow everything at the foot of the guide #235

Closed kelvindominguez1595 closed 5 years ago

kelvindominguez1595 commented 6 years ago

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: # @

errir

Help!!!

sforshubham commented 6 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