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

Affiliate Networks API wrapper to provide common interface for affiliate networks program API

Results 2 laravel-affiliate-network issues
Sort by recently updated
recently updated
newest added

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() ```

Hi. First of all, awesome package! As per examples, if you call login, you are invoking this function twice, as you are already doing this into the constructor. Best regards...