acl icon indicating copy to clipboard operation
acl copied to clipboard

laravel 11

Open ncphillips opened this issue 1 year ago • 1 comments
trafficstars

ncphillips avatar Jul 11 '24 18:07 ncphillips

Hey guys, do you have any plans to merge this Laravel 11 PR ?

ekonoval avatar Mar 31 '25 14:03 ekonoval

@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

R3VoLuT1OneR avatar Apr 27 '25 13:04 R3VoLuT1OneR

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

ncphillips avatar Sep 16 '25 13:09 ncphillips