Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

imranicp1's avatar

UI generation from Model

I am trying to auto generate the UI for a mysql table to handle crud operations. i used a few libraries like laraadmin and laravel crud generator. but they are mostly for developing an application from scratch. is there a library or package that i can use to generate the UI from Model ?

0 likes
2 replies
lyleyboy's avatar

I'd be interested to hear about it. I have to admit that I've considered building something to do this but never really got there.

andreasbakir's avatar

I am actually almost done building this, you can make a custom post type (f.e blog) and add fields to it like, title, body (is a wysiwyg editor) repeater field for sliders, dates etc. There are some bugs i'll have to fix, i have used adminlte for the user interface but wrote everything myself. I don't know if I will release it to the public to be honest...

Please or to participate in this conversation.