first upload all files
This commit is contained in:
12
config/stylist.php
Normal file
12
config/stylist.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'themes' => [
|
||||
/**
|
||||
* Absolute paths as to where stylist can discover themes.
|
||||
*/
|
||||
'paths' => [
|
||||
base_path('Themes'),
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user