I need full disable filamentphp v3 in one installation
For development reasons, we have a site in pre-production where we want to disable filamentphp, since we only wanted to leave the api routes (that's what that installation is)
I was wondering if there is a method to disable filamentphp v3 in that installation.
2 Replies
if it's in a composer it will install
maybe remove the composer package as part of the deploy for this instance specifically?
or the other way: add it to
dont-discover
and make sure to register it on the instances that need it
https://laravel.com/docs/10.x/packages#opting-out-of-package-discovery