1

I have used some CRUD generator for simple database with laravel. However, im working now on a project with many-to-one relationship and one-to-many just wanna ask if anyone can recommend me a good CRUD generator with relations for laravel 5.2

thanx in advance

Jay Taylor
  • 117
  • 10

3 Answers3

1

you may try link below :
Laravel Crud with scaffold-interface

Nadimul De Cj
  • 484
  • 4
  • 16
  • i have seen this one.. have u tried it in any project? i want smt that works good if you have quite a big project – Jay Taylor Mar 28 '16 at 06:04
  • no i do not use this before .... but here relation database also integrated .. i think you use it to make a big project – Nadimul De Cj Mar 28 '16 at 06:34
-1

See if this one helps you. Laravel crud generator!

Note: i found generated code is fully customization too.

P Cing
  • 17
  • 1
  • 3
-1

Make a Laravel Application on top of well structed database from this repo. https://github.com/digitaldreams/laracrud

Tuhin Bepari
  • 725
  • 5
  • 11