dynamic steps WIP

This commit is contained in:
Tony Murray
2020-06-07 14:53:40 -05:00
parent eeb346d145
commit f601ad6d93
14 changed files with 157 additions and 53 deletions

View File

@@ -32,4 +32,16 @@ return [
'group' => env('LIBRENMS_GROUP', env('LIBRENMS_USER', 'librenms')),
/*
|--------------------------------------------------------------------------
| Install
|--------------------------------------------------------------------------
|
| This value sets if the install process needs to be run.
| You may also specify which install steps to present with a comma separated list.
*/
'install' => env('INSTALL', false),
];