teepluss / laravel-theme

Theme and asset managing for laravel
MIT License
545 stars 131 forks source link

Call to undefined method Illuminate\Foundation\Application::share() #150

Open 791487145 opened 6 years ago

791487145 commented 6 years ago

laravel5.5

gtyagi77 commented 6 years ago

laravel5.4 too

ghost commented 6 years ago

me too.

gieart87 commented 5 years ago

the share() method removed from 5.4 or newer. I used singletone() instead. Just wait @teepluss accept my pull request. It works for me :)

check #152

altdev91 commented 5 years ago

Why get last version not fix this error: https://github.com/teepluss/laravel-theme/commit/244399b8ac60086b29fd94dd9546bb635855ce8a

I changed by hand. Thank @gieart87