Today I’ve delivered a presentation at my local Laravel Meetup in Vilnius, Lithuania, and now sharing slides with you. Basically, I wanted to research what are available solutions on the market to generate Laravel code automatically instead of writing it manually. Found quite a lot, actually. So now have a bigger picture on various generators and some new ideas for our own QuickAdminPanel generator.
Anything you would add or comment on?
Great list. Found some new ones that look really useful. iSeed looks really useful right now! Thanks
[…] Best Laravel Packages for 2016-08 […]
This is really helpful – iSeed is a great package I’ve used often, and there are some others that look helpful.
I’m working on a scaffolding project that will let you use all of these from a reusable config yaml file – https://github.com/jrmadsen67/MahanaGeneratorScaffolding Might be of interest to folks who need to do this for the same boilerplate over and over
A small write up explaining: http://codebyjeff.com/blog/2016/08/introducing-mahana-generator-scaffolding
Here is a very flexible package and has lots options.
https://github.com/CrestApps/laravel-code-generator
It also have detailed documentation
https://crestapps.com/laravel-code-generator/docs/1.1
And here is a live demo of a site generated by this package
https://crestapps.com/laravel-code-generator/demos/1.1
Great work!
I also did a code generator that will read database table structure and create Laravel Models, Request, Controller and other assets according to that.
https://github.com/digitaldreams/laracrud
I wrote a package for generating code from templates that you can edit. As simple as making a blade file. The default commands generate tests by default, views if you want.
https://akceli.io