backpack/generators
Generate files for laravel projects
v4.1.1
2.9M downloads/mo
#3763 most downloaded on Packagist
Laravel-Backpack/Generators
What this package is like to depend on
Last release 8 months ago
22 Dec 2025
Release timing varies
gaps range from 2 weeks to 13 months
Some releases are documented
notes for 39 of 83 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
83 releases · first in 2016
2 releases in the last 12 months
see the full history below
Release timeline
81 releases · Mar 2016 to Dec 2025Releases
latest 60 of 83-
v4.1.122 Dec 2025Release notes
Open source → -
v4.1.019 Nov 2025Release notes
Open source →What's Changed
- Docs: (Readme) by @operagxoksana in #209
- Add support for Backpack v7, remove support for v6 by @pxpm in #210
New Contributors
- @operagxoksana made their first contribution in #209
Full Changelog: v4.0.7...v4.1.0
-
v4.0.715 Oct 2024 -
v4.0.604 Sep 2024 -
v4.0.503 Apr 2024Release notes
Open source →What's Changed
- Update CrudBackpackCommand to use route_prefix from config by @siberfxweb in #205
Full Changelog: v4.0.4...v4.0.5
-
v4.0.401 Mar 2024 -
v4.0.330 Jan 2024Release notes
Open source →What's Changed
- mention stub publishing by @pxpm in #200
- Remove dummy tests by @dependabot in #202
- Fix deprecated syntax. by @holyspecter in #177
- fix controller generation when field is used as validation source by @pxpm in #203
Full Changelog: v4.0.2...v4.0.3
-
v4.0.224 Jul 2023Release notes
Open source →What's Changed
- update stubs - remove $dates property, use basset, remove array syntax by @pxpm in #199
- Pr/188 - allow stub publish by @pxpm in #197
Full Changelog: v4.0.1...v4.0.2
-
v4.0.101 Jul 2023 -
v4.0.0no dateNothing published for this version
-
v3.3.1718 Jul 2023Release notes
Open source →What's Changed
- Fix deprecation warning by @mattsches in #179
- Update v3 branch by @tabacitu in #195
- dont use Str value() function unavailable in Laravel 8 by @pxpm in #198
- @mattsches made their first contribution in #179
Full Changelog: 3.3.16...v3.3.17
-
3.3.1603 Mar 2023Nothing published for this version
-
v3.3.1502 Mar 2023Nothing published for this version
-
3.3.1416 Feb 2023Nothing published for this version
-
v3.3.1324 Jan 2023Nothing published for this version
-
3.3.1219 Jan 2023Nothing published for this version
-
v3.3.1119 Jan 2023Nothing published for this version
-
v3.3.1020 Dec 2022Nothing published for this version
-
v3.3.916 Dec 2022Nothing published for this version
-
v3.3.813 Dec 2022Nothing published for this version
-
v3.3.726 Nov 2022Nothing published for this version
-
v3.3.608 Nov 2022Nothing published for this version
-
v3.3.525 Oct 2022Nothing published for this version
-
v3.3.425 Oct 2022Nothing published for this version
-
v3.3.321 Oct 2022Nothing published for this version
-
v3.3.217 Oct 2022Nothing published for this version
-
v3.3.110 Oct 2022Nothing published for this version
-
v3.3.006 Oct 2022Nothing published for this version
-
v3.2.228 Sep 2022Nothing published for this version
-
v3.2.112 Sep 2022Nothing published for this version
-
3.2.011 Sep 2022Nothing published for this version
-
v3.1.1708 Sep 2022Nothing published for this version
-
v3.1.1608 Sep 2022Nothing published for this version
-
v3.1.1501 Sep 2022Nothing published for this version
-
v3.1.1409 Aug 2022Nothing published for this version
-
v3.1.1328 Feb 2022Nothing published for this version
-
v3.1.1204 Feb 2022Nothing published for this version
-
v3.1.1112 Oct 2021Nothing published for this version
-
v3.1.1023 Aug 2021Nothing published for this version
-
v3.1.922 Jun 2021Nothing published for this version
-
v3.1.830 Mar 2021Nothing published for this version
-
v3.1.708 Feb 2021Nothing published for this version
-
v3.1.627 Jan 2021Nothing published for this version
-
v3.1.511 Jan 2021Nothing published for this version
-
v3.1.413 Oct 2020Nothing published for this version
-
v3.1.322 Jun 2020Nothing published for this version
-
v3.1.222 Jun 2020Nothing published for this version
-
v3.1.106 Jun 2020Nothing published for this version
-
v3.1.020 May 2020Nothing published for this version
-
v3.0.108 May 2020Nothing published for this version
-
3.0.006 May 2020Nothing published for this version
-
v2.0.705 Mar 2020 -
2.0.606 Jan 2020 -
2.0.511 Nov 2019Release notes
Open source →Fixed
- when generating CRUDs, route name should only have lowercase letters;
-
2.0.428 Sep 2019Release notes
Open source →Fixed
- removed applyConfigurationFromSettings() call from operation stub, since it's now being called automatically by CrudController, before it reaches that method;
-
2.0.328 Sep 2019Release notes
Open source →Fixed
- fixed crud command had Class 'Str' not found error in CrudBackpackCommand:53;
- models are now generated with
$guardedinstead of$fillableby default, since the CRUDs now only save what fields have been added by CRUD, not everything that's inside the Request; this should speed up CRUD generation A LOT, by not having to edit the model before you edit the CRUD; it's an opinionated way to do things though - some people prefer $fillable, others $guarded; both work; it's just the default that has changed;
-
2.0.217 Sep 2019Release notes
Open source →Added
- command to generate a CRUD operation; ex:
php artisan backpack:crud-operation Moderate
- command to generate a CRUD operation; ex:
-
2.0.112 Sep 2019 -
2.0.012 Sep 2019Release notes
Open source →Added
- Backpack v4 support;
php artisan backpack:crudnow also generates route and sidebar item;
Removed
- Backpack v3 support;
-
1.2.727 Feb 2019