A well structed database have most of the business logic defined. So i really hate to write those business logic in Laravel again. To do this i created a package that will read database table and generate code according to that logic.
https://github.com/digitaldreams/laracrud
By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command. So lets start.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community