Laravel 5.5: Call to undefined method Illuminate\Foundation\Application::share()
KoenLav opened this issue · 2 comments
KoenLav commented
Using a singleton is recommended.
lminor commented
This was resolved a while back. If you check this closed issue #25 it is in the latest releases. Check your composer release as I had the same issue when following the README.md you pull release 2.0.2 but the latest is actually 5.4.2.
KoenLav commented
Thanks!