InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.79k stars 812 forks source link

[Feature]: Support WYSIWYG editor #870

Open mrahmadt opened 4 years ago

mrahmadt commented 4 years ago

Hello Team,

I tried to search for this in the online documentation without any result, is it possible to auto generate WYSIWYG field with laravel generator or I have to code it myself?

mitulgolakiya commented 4 years ago

@machour no, right now it doesn't support that kind of field. You will need to add that manually after you generate the CRUD.