Releases: Laravel-Backpack/Generators
Releases · Laravel-Backpack/Generators
v3.1.7 🌈
Changes
- Fix typo model.stub @maarten00 (#108)
- use correct field function rather than column for fields @iMokhles (#107)
v3.1.6 🌈
v3.1.5 🌈
v3.1.4 🌈
v3.1.3 🌈
v3.1.2 🌈
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.
v3.1.0 🌈
v3.0.1 🌈
3.0.0
Changes
- Adds commands needed by Laravel-Backpack/CRUD#2596:
php artisan backpack:chart InactiveUsers- generates chart controller and routephp artisan backpack:chart-controller InactiveUsers- generates just chart controller
- removes some more Laravel string helpers (leftovers)
- provides support for Backpack 4.1
- drops support for Backpack 4.0