Added a CLI configurer and extracted configuration function from Install controllers

This commit is contained in:
Carvallegro
2017-12-31 05:21:10 +11:00
parent 183f83e1d2
commit ec5070e45f
6 changed files with 656 additions and 379 deletions

View File

@ -17,6 +17,7 @@ class Kernel extends ConsoleKernel
Commands\BillReminder::class,
Commands\InvoiceReminder::class,
Commands\ModuleInstall::class,
Commands\ConfigureApp::class,
];
/**