laravel-registry
laravel-registry copied to clipboard
is Laravel 5.4 compatible?
after installation we could see this error:
[Symfony\Component\Debug\Exception\FatalThrowableError] Call to undefined method Illuminate\Foundation\Application::share()
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