dineshrabara / bugonemail

bugonemail ,http://dineshrabara.github.io/bugonemail
http://tricks.ekollege.com/barcode-generator-online
33 stars 10 forks source link

Doesn't work with Laravel 5.4 #16

Open kykyryzo opened 7 years ago

kykyryzo commented 7 years ago

Hi, your package worked perfect with 5.3, but in 5.4 I've got error

FatalThrowableError in CustomBugonemailServiceProvider.php line 21: Call to undefined method Illuminate\Foundation\Application::share()

From https://laravel.com/docs/5.4/upgrade

The share method has been removed from the container.

deniamnet commented 6 years ago

Confirmed. Throws Class 'App\Providers\ViewServiceProvider' not found because the share has been removed in exchange to singleton