1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 06:54:26 +02:00
Files
php-flarum/src
Franz Liedke 0222692c53 Console Installer: Rely less on service providers
Most things we need, we can instantiate directly.

This means we have to do less tweaking in service providers that
are meant to provide services to a complete Flarum application
(that has already been installed properly), to make them work with
the uninstalled app.

The uninstalled app (the "installer") can now do only the
bootstrapping it needs to build a light-weight web and console
application, respectively.
2018-08-22 07:58:50 +02:00
..
2017-11-27 11:05:15 +01:00
2018-06-30 12:31:12 +09:30
2018-07-23 16:25:12 +02:00
2018-07-16 15:48:48 +02:00
2018-08-18 12:13:40 +09:30
2018-02-10 12:09:35 +10:30
2018-08-22 07:58:50 +02:00
2018-07-16 15:48:48 +02:00
2018-02-08 06:38:08 +10:30
2018-08-14 21:46:53 +02:00