solutionforest / filament-access-management

Extends on Laravel-permission
https://spatie.be/docs/laravel-permission/v5/introduction
MIT License
44 stars 14 forks source link

Fix vapor2 #13

Closed raphaelcangucu closed 4 months ago

raphaelcangucu commented 4 months ago

Hi,

Thanks for you incredible work on this library.

I don't know if this small changes affects the current code of your library (it didn't for me), but it affects the deployment proccess while using Laravel Vapor.

image

image

The error above is related to the nature of the Laravel Vapor and the Library that needs a few initialization code, before it tries to publish the files, since Vapor has a serverless infrastructure.