nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.56k stars 969 forks source link

Enter maintenance by module #1914

Open adriano461997 opened 3 months ago

adriano461997 commented 3 months ago

Is it possible to go into maintenance per module?

Suppose I have the modules: User Profile

I want the Profile module to go into maintenance and that warning page with code 503 appears.

dcblogdev commented 2 months ago

that's not currently possible but its a nice idea to build in.

adriano461997 commented 2 months ago

I very much believe so. It would also be good if it had support for Redis or any other messaging service. I'll try to develop a solution from scratch but I'll be careful if there's any support for this one day.