I don't want to use modules.statuses.json..! #2093
Unanswered
francisgradient
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on an app (Laravel 12.x, Tailwind 4.x, Livewire 3.x), basically is TALL Stack. I am using two packages (nwidart/laravel-modules and mhmiton/laravel-modules-livewire) for this project to integrate modules in it.
When I use Module which comes with this package e.g. $module->enable(); this makes a hard refresh in my SPA app and because of which it loses the point of being an SPA app.
From what I think it's due to file writing operations in the function. If I am wrong please correct me.
Also cant I use a DB to store status of the modules. I checked #1387. But i don't know what that means or solves the problem?
Beta Was this translation helpful? Give feedback.
All reactions