Commit Graph

14 Commits

Author SHA1 Message Date
Miguel Nogueira 773ec570d9 Apply fixes from StyleCI 2020-10-21 00:01:41 +00:00
Miguel Nogueira 4e81a41210 Updated installation process 2020-09-07 23:22:25 +01:00
Miguel Nogueira 035c9399a6 Add "All Applications" page 2020-07-11 02:43:59 +01:00
Miguel Nogueira d1f4be124c Update wrong key name 2020-07-10 05:26:40 +01:00
Miguel Nogueira 0f126886f5 Use package for .env editing
The solution provided by this package is similar to what was previously implemented (see #1), but it's nicely packaged and made available in a Facade.
2020-07-10 05:00:41 +01:00
Miguel Nogueira 4deb882d23 Add check for null env and attempt to recover 2020-07-09 09:07:49 +01:00
Miguel Nogueira c3a6b16a13 Clear configuration cache before editing it 2020-07-09 08:50:54 +01:00
Miguel Nogueira 4456d19c1f Clear cache and refresh *before* running migration 2020-07-09 07:12:15 +01:00
Miguel Nogueira c7fd8989f9 More command improvements 2020-07-09 07:07:28 +01:00
Miguel Nogueira a42df354c7 Command improvements
Remove process args


Silence npm WARN output (when applicable)


Compat for npm in different directories


Reverse npm silence


Replace Symfony Process


Remove Symfony Process refs


Add forgotten output for commands


Removed colons that artisan already added


Remove optional parameters in install cmd


Simplify settings save call


Further simplify settings save call
2020-07-09 07:04:04 +01:00
Miguel Nogueira f673ef8222 Add installation bootstrap script 2020-07-09 05:10:22 +01:00
Miguel Nogueira 2bf8c8e90c Enable maintenance mode during installation 2020-07-09 05:06:25 +01:00
Miguel Nogueira d111864bea Add depedency install progress bar 2020-07-09 05:01:50 +01:00
Miguel Nogueira 4dbf86a328 Add installation command
Adds an installation and .env modification commands for better usability
2020-07-09 04:52:53 +01:00