LaravelInstaller
LaravelInstaller copied to clipboard
Seamless updating
Great to find that package. However I am expecting some kind of seamless update mechanism, which works without breaking the application for some minutes. Is there some feature planned? Or do you know another package, that has this functionality? For example, there could be an update directory, where the admin can upload a zip file of the new version (or pull zip from a release server), which replaces the applications files and subsequently run the updater/migrations while blocking/holding incoming requests until the update is complete. I could also contribute a PR if I get some time.
Sidenote question: Has it been tested with Laravel 7 yet?