Closed pdbreen closed 3 years ago
I am planning to pull this out later and put it into a CLI Installer of the Tipoff packages per my discussion with @jasonmccreary so that it can be added to the actual Laravel application in the NovaServiceProvider
That's preferred. There's still a risk Nova changes something that breaks the installer, but that's much better than Nova or Laravel changing something that breaks an already installed application. Also provides some flexibility to do, or help with, other installation type things that are likely to be required.
I don't like this solution, its too dependent on how other things are actually implemented, but it works. It relies on the following:
I'll leave it up to you whether or not to use it.