PackageTrack
Sign in Get early access

backpack/permissionmanager

Users and permissions management interface for Laravel 5 using Backpack CRUD.

7.3.1 2.1M downloads/mo #4651 most downloaded on Packagist Laravel-Backpack/PermissionManager

What this package is like to depend on

Last release 7 months ago

07 Jan 2026

Ships unpredictably

gaps range from 3 weeks to 1.4 years

Most releases are documented

notes for 52 of 82 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

82 releases · first in 2016

3 releases in the last 12 months

see the full history below

Release timeline

82 releases · May 2016 to Jan 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 82
  1. 7.3.1 07 Jan 2026
    Release notes

    What's Changed

    • Update Vietnamese translation for user role permission by @TanNhatCMS in #367

    Full Changelog: 7.3.0...7.3.1

    Open source →
  2. 7.3.0 19 Nov 2025
    Release notes

    What's Changed

    Full Changelog: 7.2.2...7.3.0

    Open source →
  3. 7.2.2 16 Sep 2025
    Release notes

    What's Changed

    • Add Romanian translation for PermissionManager by @Copilot in #365

    New Contributors

    • @Copilot made their first contribution in #365

    Full Changelog: 7.2.1...7.2.2

    Open source →
  4. 7.2.1 25 Apr 2024
    Release notes

    What's Changed

    Full Changelog: 7.2.0...7.2.1

    Open source →
  5. 7.2.0 14 Mar 2024
    Release notes

    What's Changed

    Full Changelog: 7.1.1...7.2.0

    Open source →
  6. 7.1.1 31 Oct 2023
    Release notes

    What's Changed

    • fix php 8.2 deprecation warnings by @makss in #342

    Full Changelog: 7.1.0...7.1.1

    Open source →
  7. 7.1.0 11 Oct 2023
    Release notes

    🚀 Features

    ⚙️ Changes

    Open source →
  8. 7.0.1 21 Aug 2023
    Release notes

    What's Changed

    Full Changelog: 7.0.0...7.0.1

    Open source →
  9. 7.0.0 01 Jul 2023
    Release notes
    Open source →
  10. 6.0.17 25 May 2023
    Release notes
    • Update README so Spatie Permission will publish migrations @kde99 (#321)
    Open source →
  11. 6.0.16 25 May 2023

    Nothing published for this version

  12. 6.0.15 18 Apr 2022

    Nothing published for this version

  13. 6.0.14 01 Mar 2022

    Nothing published for this version

  14. 6.0.13 08 Feb 2022

    Nothing published for this version

  15. 6.0.12 04 Feb 2022

    Nothing published for this version

  16. 6.0.11 14 Jan 2022

    Nothing published for this version

  17. 6.0.10 14 Sep 2021

    Nothing published for this version

  18. 6.0.9 24 May 2021

    Nothing published for this version

  19. 6.0.8 10 May 2021

    Nothing published for this version

  20. 6.0.7 27 Apr 2021

    Nothing published for this version

  21. 6.0.6 14 Apr 2021

    Nothing published for this version

  22. 6.0.5 23 Feb 2021

    Nothing published for this version

  23. 6.0.4 27 Oct 2020

    Nothing published for this version

  24. 6.0.3 24 Sep 2020

    Nothing published for this version

  25. 6.0.2 07 Sep 2020

    Nothing published for this version

  26. 6.0.1 08 May 2020

    Nothing published for this version

  27. 6.0.0 06 May 2020

    Nothing published for this version

  28. 5.0.7 05 Mar 2020
    Release notes

    Fixed

    • upgraded PHPUnit to 9/7;
    Open source →
  29. 5.0.6 15 Jan 2020
    Release notes

    Fixed

    • merged #216 - translated labels for filters in UserCrudController;
    Open source →
  30. 5.0.5 14 Jan 2020
    Release notes

    Fixed

    • packagist merge issue;
    Open source →
  31. 5.0.4 14 Jan 2020
    Release notes

    Added

    • merged #218 - added Indonesian language file;
    Open source →
  32. 5.0.3 24 Dec 2019
    Release notes

    Added

    • Added filters to the Users CRUD: Role and Extra Permission

    Fixed

    • Refactored Roles and Permissions CRUDs to use methods for setting up operations, instead of on() closures;
    • Added validation and required asterisks to Create and Update operations on Roles and Permissions CRUDs;
    Open source →
  33. 5.0.2 19 Oct 2019
    Release notes

    Added

    • Arabic translation;
    Open source →
  34. 5.0.1 04 Oct 2019
    Release notes

    Fixed

    • User update operation works when route prefix is set to empty string;
    Open source →
  35. 5.0.0 24 Sep 2019
    Release notes

    Added

    • support for Backpack v4;

    Removed

    • support for Backpack v3;

    Open source →
  36. 4.0.6 04 Sep 2019
    Release notes

    Added

    • upgraded to spatie/laravel-permission version 3.x, that provides support for Laravel 6;
    Open source →
  37. 4.0.5 14 Aug 2019
    Release notes

    Fixed

    • UserUpdateCrudRequest had a theoretical vulnerability by not validating the ID before using it in the rule; it's now double-checked beforehand;
    • Fixes #126 - array to string conversion;
    • Fixes #196 - allows uses of other encryption mechanisms beside bcrypt;
    Open source →
  38. 4.0.4 12 Mar 2019
    Release notes

    Fixed

    • can be installed with point versions of spatie/laravel-permission;
    Open source →
  39. 4.0.3 12 Mar 2019
    Release notes

    Added

    • merged #185 - added Serbian language;
    Open source →
  40. 4.0.2 12 Mar 2019
    Release notes

    Added

    • proper validation messages when trying to add a role or permission that exists;
    Open source →
  41. 4.0.1 27 Feb 2019
    Release notes

    Added

    • support for the upgrade branch for Backpack\CRUD, so it can be installed temporarily with Laravel 5.8;
    • requirement for latest version of spatie/laravel-permission, 2.34;
    Open source →
  42. 4.0.0 12 Dec 2018
    Release notes

    Added

    • support for spatie/laravel-permission version 2.28.1;
    • ability to specify guards when creating/updating roles and permissions; config option to turn that on and off (default: false);

    Removed

    • config file for spatie/laravel-permission; models being used in CRUDs are now defined in config/backpack/permissionmanager.php;
    • migrations, since they are provided by spatie/laravel-permission;
    Open source →
  43. 3.12.6 16 Oct 2018
    Release notes

    Fixed

    • validation for unique email when updating a user;
    Open source →
  44. 3.12.5 29 Sep 2018
    Release notes

    Added

    • #171 - French Canadian translation;
    Open source →
  45. 3.12.4 26 Jun 2018
    Release notes

    Fixed

    • #162 - use Request for changing password instead of deprecated CrudRequest;
    Open source →
  46. 3.12.3 26 Jun 2018

    Nothing published for this version

  47. 3.12.2 21 Jun 2018
    Release notes

    Added

    • #160 - use custom Backpack guard as per Backpack\Base 0.9.x;
    Open source →
  48. 3.12.1 19 Jun 2018
    Release notes

    Added

    Open source →
  49. 3.12.0 08 Jun 2018
    Release notes

    Added

    • support for spatie/laravel-permission v2.12;

    Removed

    • support for spatie/laravel-permission v2.12;

    Notes

    • the db structure has changed; because that's what spatie did between v1.4 and v2.12;
    • there is no upgrade guide from spatie v1 to spatie v2; and after spending a lot of time on this, I understand why; it would have been way to difficult to create migrations for such an upgrade; especially for big projects, that might have other foreign keys to/from the old tables;
    • as such, we didn't provide an upgrade guide either; people who use v1 will continue to use v1; people who start now will be using v2;
    • if we do go through the upgrade ourselves at one point, we might provide an upgrade guide; if anybody, ever, creates an upgrade guide, please link to it on the README;
    • since spatie/laravel-permission pushes breaking changes like crazy, and this package is pretty simple and does not need regular updates, I've decided to track spatie/laravel-permission's version; starting now; this new version will be 3.12 because it uses spatie/laravel-permission v2.12;

    Open source →
  50. 2.1.27 01 May 2018
    Release notes

    Added

    • support for Backpack\CRUD 3.4;

    Fixed

    • routes are now using the backpack_middleware() instead of hardcoded admin; merges #151;

    Removed

    • support for Backpack\CRUD 3.3 (since we're using the new middleware);
    Open source →
  51. 2.1.26 05 Mar 2018

    Nothing published for this version

  52. 2.1.25 05 Mar 2018

    Nothing published for this version

  53. 2.1.24 13 Dec 2017

    Nothing published for this version

  54. 2.1.23 13 Dec 2017

    Nothing published for this version

  55. 2.1.22 02 Dec 2017

    Nothing published for this version

  56. 2.1.21 02 Dec 2017

    Nothing published for this version

  57. 2.1.20 02 Dec 2017

    Nothing published for this version

  58. 2.1.19 11 Aug 2017

    Nothing published for this version

  59. 2.1.18 06 Jul 2017
    Release notes

    Added

    • overwritable routes file;
    Open source →
  60. 2.1.17 05 Jul 2017
    Release notes

    Added

    Fixed

    • use local request in UserCrudController instead of Facade;
    • use the Users table name as defined in the laravel-permission config file;
    • correctly extending CrudController now;
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive