outl1ne / nova-page-manager

Static page and region manager for Laravel Nova - designed for headless CMS's.
MIT License
178 stars 38 forks source link

Disable the package without composer remove #65

Closed angelinek closed 3 years ago

angelinek commented 3 years ago

Hi,

is there any other way to disable this package without doing composer remove? I have written a customized model and resources for pages, with this package installed, it will points to /resources/pages, then my customized model and resources are overridden

I couldn't do composer remove as my old migration has used this package.

Tarpsvo commented 3 years ago

Hmm. Maybe you could publish the page manager migrations and remove it then?