Set up a fresh Statamic site
This commit is contained in:
11
config/statamic/editions.php
Normal file
11
config/statamic/editions.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'pro' => env('STATAMIC_PRO_ENABLED', false),
|
||||
|
||||
'addons' => [
|
||||
//
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user