kodeine / laravel-acl

Light-weight role-based permissions system for Laravel 6+ built in Auth system.
MIT License
787 stars 217 forks source link

Add support for Laravel 8 #260

Closed chris-doehring closed 3 years ago

chris-doehring commented 3 years ago

This pull request adds support for Laravel 8 and adds php 7.4 and 8.0 to the Travis CI build. The Travis CI builds are all green..

The .travis.yml and composer.json appears to be completly changed in the diff, since I changed their line endings from CRLF to LF.

kodeine commented 3 years ago

Thank you

chris-doehring commented 3 years ago

Thank you for the fast response and release! :)