laravel-registry icon indicating copy to clipboard operation
laravel-registry copied to clipboard

is Laravel 5.4 compatible?

Open AsyncLegs opened this issue 8 years ago • 1 comments

after installation we could see this error:

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

AsyncLegs avatar Mar 29 '17 13:03 AsyncLegs

So I've got the same problem and made the pull request, in a nutshell you may just replace app->share by app->singleton follow the its syntax in the service provider of the package

shov avatar Jan 16 '18 11:01 shov