JayBizzle / Safeurl

A Laravel package to create safe, SEO friendly urls
MIT License
17 stars 7 forks source link

Laravel [5.4] - Using the singleton method instead the Removed share method #5

Closed fatoskurtishi closed 6 years ago

fatoskurtishi commented 7 years ago

The share method has been removed. Use the singleton method instead.

[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined method Illuminate\Foundation\Application::share()
JayBizzle commented 7 years ago

Can you resolve the conflicts please.

Thanks