As a first step I would search GitHub for laravel crud generators. I have seen some mentioned, but don't remember their names.
May 11, 2020
2
Level 1
Is there a free & basic CRUD generator for Laravel?
I have tried some packages like Backpack, it is too bloated for what I need and the price is too much for small projects, also tried "craftable" which is also too bloated.
I only need this:
- I create the migration
- I run crud command
- based on the migration, views and controllers and model are created and they work
That's it, I'll do the rest myself, but this simple repeating operation is taking most of my time while programming.
Please advice, how do you guys do this?
Please or to participate in this conversation.