Laravel-Backpack / PermissionManager

Admin interface for managing users, roles, permissions, using Backpack CRUD
http://backpackforlaravel.com
Other
516 stars 166 forks source link

PermissionManager failing to install on backpack v6 #329

Closed onktak closed 1 year ago

onktak commented 1 year ago

Bug report

Ran composer require backpack/permissionmanager

Am getting incompatibility errors

Problem 1

Backpack, Laravel, PHP, DB version:

"require": { "php": "^8.1", "backpack/crud": "v6.x-dev", "backpack/pro": "v6.x-dev", "backpack/theme-tabler": "dev-main", "guzzlehttp/guzzle": "^7.2", "ivanomatteo/laravel-device-tracking": "^0.2.1", "laravel/framework": "^10.10", "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", "nwidart/laravel-modules": "^10.0", "owen-it/laravel-auditing": "^13.5" }, "require-dev": { "backpack/generators": "v6.x-dev", "fakerphp/faker": "^1.9.1", "laravel/pint": "^1.0", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "phpunit/phpunit": "^10.1", "spatie/laravel-ignition": "^2.0" },

welcome[bot] commented 1 year ago

Hello there! Thanks for opening your first issue on this repo!

Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that.

Backpack communication mediums:

Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch.

Thank you!

-- Justin Case The Backpack Robot

tabacitu commented 1 year ago

Please try the v6-compatible version:

composer require backpack/permission-manager:"v6.x-dev"

Let us know if that doesn't work and we'll re-open. But I'm pretty sure it will 😉

onktak commented 1 year ago

It works.

Please correct command to : composer require backpack/permissionmanager:"v6.x-dev"

Thanks for the quick fix.