laravel-convert-migrations icon indicating copy to clipboard operation
laravel-convert-migrations copied to clipboard

Error when ran on Laravel 5.4

Open renesotolira opened this issue 8 years ago • 1 comments

I tried to use it but the next message appears "[Symfony\Component\Debug\Exception\FatalErrorException] Call to undefined method Illuminate\Foundation\Application::share() "

renesotolira avatar May 26 '17 00:05 renesotolira

As of laravel 5.4 share has been removed. You will have to use the singleton instead.

See: https://github.com/laravel/framework/commit/1a1969b6e6f793c3b2a479362641487ee9cbf736

emveeoh avatar Aug 22 '19 13:08 emveeoh