savannabits / filament-modules

Integration of Filament with nWidart/laravel-modules: Create independent Filament Files for each Laravel Module
https://filamentphp.com/plugins/coolsam-modules
MIT License
109 stars 22 forks source link

[Bug]: Disabling module is not working #114

Open amr918343 opened 2 weeks ago

amr918343 commented 2 weeks ago

What happened?

When I run php artisan module:disable ModuleName it toggle module status in moduel_statuses.json file. but I can visit filament resource. this command should make resource disabled and cannot be visited

How to reproduce the bug

When I run php artisan module:disable ModuleName it toggle module status in moduel_statuses.json file. but I can visit filament resource.

Package Version

3

PHP Version

8.3

Laravel Version

11

Which operating systems does with happen with?

macOS

Notes

No response

Mohammed-800 commented 1 week ago

@amr918343 Did you solved It?

amr918343 commented 3 days ago

@Mohammed-800 Did you solved It?

Not yet