Set application theme.
<?php
return [
'application.theme' => (string) $stylesheet,
];
Not sure what $stylesheet
refers to?
<?php
return [
'application.theme' => 'sage',
];
Set application theme.
<?php
return [
'application.theme' => (string) $stylesheet,
];
Not sure what $stylesheet
refers to?
<?php
return [
'application.theme' => 'sage',
];