You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've create 2 themes for backend for Admin section and frontend for Frontend+User (default theme). But since then, every time I open the web or run route:list from artisan, I've got error saying Undefined variable: themeLocation.
$ php artisan route:list
In RegistersViewLocations.php line 34:
Undefined variable: themeLocation
Hi,
I've create 2 themes for
backend
for Admin section andfrontend
for Frontend+User (default theme). But since then, every time I open the web or runroute:list
from artisan, I've got error sayingUndefined variable: themeLocation
.Env: Laravel 5.5, caffeinated/theme 4.0
themes/src/Traits/RegistersViewLocations.php
Line 34 in 5dea58e
The text was updated successfully, but these errors were encountered: