FleetCart/config/stylist.php

13 lines
212 B
PHP
Raw Permalink Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'themes' => [
/**
* Absolute paths as to where stylist can discover themes.
*/
'paths' => [
base_path('Themes'),
],
],
];