igaster / laravel-theme

Theme support for Laravel
MIT License
520 stars 112 forks source link

Call to a member function add() on string In Theme.php line 29: #110

Closed astinaam closed 5 years ago

astinaam commented 5 years ago

Created using php artisan theme:create theme_name. After that its showing this error on every requests, artisan commands, composer commands.

In Theme.php line 29:

Call to a member function add() on string

Composer required :

"igaster/laravel-theme": "^2.0",
"orchestra/asset": "~3.8",
"orchestra/support": "~3.8"
igaster commented 5 years ago

Hello @astinaam, can you post your stack trace of the error?