laravel-streams / streams-core

Streams is an open-source web application engine for Laravel.
https://streams.dev
Other
169 stars 99 forks source link

1.8 #719

Closed Eighke closed 3 years ago

Eighke commented 3 years ago

Application::isInstalled is using .env which is not compatible on non .env environment (e.g. Docker & co). So the application is never installed (need to recreate a fake .env after each deployment~).

So I switched to INSTALLED like everything else. It's used in a single place anyway.


InitializeApplication is reworked a bit to take that in account (for artisan build when model are deleted).