laravel-affiliate-network icon indicating copy to clipboard operation
laravel-affiliate-network copied to clipboard

Support Laravel 5.4+

Open cschalenborgh opened this issue 5 years ago • 0 comments

share() is removed in Laravel 5.4. Here's the fix:

php artisan vendor:publish --provider="Padosoft\AffiliateNetwork\AffiliateNetworkServiceProvider"
   Symfony\Component\Debug\Exception\FatalThrowableError  : Call to undefined method Illuminate\Foundation\Application::share()

cschalenborgh avatar Feb 22 '19 10:02 cschalenborgh