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

mariojgt's avatar

Laravel Crud builder

Hey devs i wanted to share a crud builder i have been working on for some time https://github.com/mariojgt/builder This crud builder builds on the fly, so on the controller, you set your crud data and use a Vue js component to generate and curd and use the APIs to handle the CRUDS.

0 likes
4 replies
Tray2's avatar

Is this supposed to let users create their own tables and forms in the application, or is it to help the developer with tedious tasks of creating the needed code?

1 like
mariojgt's avatar

It is more focused on the developer side to help speed up the tedious tasks or creating cruds and doing that with a modern and nice UI, but I like the suggestion that it should be something to complete to implement.

Lopsum's avatar

It would be nice if you could add some images on GitHub to see what the interface looks like 🤗

1 like
mariojgt's avatar

@Vable Thanks I will add them, maybe a video to showcase how it works.

Please or to participate in this conversation.