v3.1.1 π
π Changes
- Generated CrudControllers have explicit fields and columns, not setFromDb @tabacitu (#84)
- Generated CrudControllers use the new fluent syntax in 4.1 to define fields and columns
- Generated CrudControllers use the
CRUDfacade to define things, instead of$this->crud - Generated CrudControllers have docblocks for each setup method, that point to that operation's docs
This makes the generated CrudController a lot easier to understand. But it also makes it a little messy. Feel free to delete the comments - that's what we do as soon as it's generated. Let us know if you hate them in the Issues - we plan to make the generated CRUDs a lot more configurable in the future.