Repository URL to install this package:
|
Version:
1.0.0 ▾
|
<?php
return [
/*
|--------------------------------------------------------------------------
| The prefix that'll be used for the administration
|--------------------------------------------------------------------------
*/
'admin-prefix' => 'backend',
/*
|--------------------------------------------------------------------------
| Location where your themes are located
|--------------------------------------------------------------------------
*/
'paths' => [
base_path('Themes'),
],
/**
* Specify the name of the theme that you wish to activate. This should be the same
* as the theme name that is defined within that theme's json file.
*/
'activate' => null,
];