FleetCart/config/stylist.php
2023-06-11 13:14:03 +01:00

13 lines
212 B
PHP

<?php
return [
'themes' => [
/**
* Absolute paths as to where stylist can discover themes.
*/
'paths' => [
base_path('Themes'),
],
],
];