acl
acl copied to clipboard
laravel 11
trafficstars
Hey guys, do you have any plans to merge this Laravel 11 PR ?
@TomHAnderson Can we merge this one and make a new release with Laravel 11 support?
And starting from Laravel 12 will will support only 2.x version with Doctrine 3
Hey guys, I forked laravel-doctrine/acl to make this change. Feel free to use it.
https://github.com/nolanos/laravel-doctrine-acl
Just add this to your composer.json
"repositories": [
{
"type": "package",
"package": {
"name": "laravel-doctrine/acl",
"version": "1.7.2",
"type": "library",
"source": {
"url": "https://github.com/nolanos/laravel-doctrine-acl.git",
"type": "git",
"reference": "main"
}
}
}
],
Maybe someday this will get merged..