JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

Application::share() #465

Open arsibux opened 7 years ago

arsibux commented 7 years ago

[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined method Illuminate\Foundation\Application::share()

lloy0076 commented 6 years ago

It is possible this may not be fixed - I think share is a L4 ism - I can't guess which because of Laravel's brilliant versioning scheme.

IIRC my "fix" was to install laracasts/generators for L5 and things "worked".