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 vapor deploy #12

Closed raphaelcangucu closed 4 months ago

raphaelcangucu commented 6 months ago

The order of execution at the function FilamentAccessManagementServiceProvider impacted on the Laravel Vapor Health Check deploy.

So I just fixed the order of calling to access the config function without impact anything on the current source code.

DanielMukh commented 6 months ago

Upvoted, hope this gets merged soon, would be useful!

paulojosegamba commented 6 months ago

Upvote, this is ver important since vapor is used a lot of applications

GabrielVBusato commented 6 months ago

Upvote, this is very important.