owen-it / laravel-auditing

Record the change log from models in Laravel
https://laravel-auditing.com
MIT License
2.94k stars 382 forks source link

Laravel 11.x Support #905

Closed erikn69 closed 3 months ago

erikn69 commented 4 months ago

Testing Laravel 11.x

Closes #907

systemsolutionweb commented 3 months ago

@MortenDHansen @anteriovieira hi, still there?? https://github.com/laravel/framework/releases/tag/v11.0.3

gdespirito commented 3 months ago

🙏

parallels999 commented 3 months ago

@gonzunigad for test this change, add it to composer.json as repositories (until it is officially merged)

"require": {
    "owen-it/laravel-auditing": "^13.0",
},
"repositories":[
    {
        "type": "vcs",
        "url": "git@github.com:erikn69/laravel-auditing.git"
    }
],

And then do composer update

RRosalia commented 3 months ago

@MortenDHansen @anteriovieira hi, can one of you look into this?