Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

New CRUD options!

Compare
Choose a tag to compare
@mlantz mlantz released this 07 Jun 16:21
· 417 commits to master since this release

Now you can generate CRUDs without Controllers, Routes, Views, Requests etc. This means only the Service, Repository, Model, Tests, and Factory are generated. So if you need to work with relationships that never have a 'visual' element in your app its considerably easier! Think about things like Downloads for Links :) Now you'll have a Downloads service.