Skip to content

v3.1.1 🌈

Choose a tag to compare

@release-drafter release-drafter released this 06 Jun 05:19
e9ebc0a

πŸš€ 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 CRUD facade 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.