index options added

This commit is contained in:
carodej
2020-07-13 09:49:25 +02:00
parent a74c1c7b6e
commit 2ae60003d6
50 changed files with 1106 additions and 135 deletions

View File

@@ -99,7 +99,7 @@ class SettingController extends Controller
setEnvironmentValue($col['name'], $col['value']);
});
// Clear cache
// Clear config cache
Artisan::call('config:clear');
return response('Done', 204);