chiiya / filament-access-control

Admin user, role and permission management for Laravel Filament
MIT License
192 stars 24 forks source link

Add support for Laravel 8 and PHP 8.0 #7

Closed stephenjude closed 2 years ago

stephenjude commented 2 years ago

This PR allows this package to be installed in a Laravel 8 application with PHP 8.0 support.

stephenjude commented 2 years ago

@chiiya can we get this merged?

stephenjude commented 2 years ago

It currently works fine in PHP 8.0. I have tested on a live project. I think we need to add some tests too.

chiiya commented 2 years ago

Merged and released https://github.com/chiiya/filament-access-control/releases/tag/1.4.0 Thanks!