Skip to content

Releases: Laravel-Backpack/Generators

v3.1.7 🌈

08 Feb 06:11
dec8b6f

Choose a tag to compare

Changes

v3.1.6 🌈

27 Jan 12:39
ef496d3

Choose a tag to compare

🐛 Bug Fixes

  • Fixed wrong condition causing fields and columns to not be filled @promatik (#104)

v3.1.5 🌈

11 Jan 19:43
c95760b

Choose a tag to compare

Changes

🚀 Features

  • Proper validation for models on app or models namespace @promatik (#102)

v3.1.4 🌈

15 Oct 14:48
de9f46a

Choose a tag to compare

Changes

  • fix #98 - adding CrudTrait to Model generates error on Windows OS @tabacitu (#100)

v3.1.3 🌈

22 Jun 20:09
17a37c9

Choose a tag to compare

Changes

  • Hot fix - fixing error '$kebabName' (T_VARIABLE), expecting ']' #92

v3.1.2 🌈

22 Jun 14:03
48621e1

Choose a tag to compare

Changes

  • added quotes to $kebabName variable when generating route for charts #86 (@iMokhles )

v3.1.1 🌈

06 Jun 05:19
e9ebc0a

Choose a tag to compare

🚀 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.

v3.1.0 🌈

20 May 07:32
12a44a2

Choose a tag to compare

Changes

🚀 Features

  • added backpack:build command, to generate CRUDs for all models @tabacitu (#85)
  • model command now adds CrudTrait to models that exist, but don't have it @tabacitu (#83)

v3.0.1 🌈

08 May 08:42
6aa74c5

Choose a tag to compare

Changes

3.0.0

06 May 16:56
d797a81

Choose a tag to compare

Changes

  • Adds commands needed by Laravel-Backpack/CRUD#2596:
    • php artisan backpack:chart InactiveUsers - generates chart controller and route
    • php 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