Added Demo mode
Demo mode allows to safely run a demo version of the app, with destructive features limited. Some bugs were also fixed in this commit.
This commit is contained in:
7
config/demo.php
Normal file
7
config/demo.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'is_enabled' => env('DEMO_MODE', false)
|
||||
|
||||
];
|
Reference in New Issue
Block a user