Umar Abdullahi

Results 1 comments of Umar Abdullahi

I had the same problem, all you need to do is go to config/app.php under providers add `Unicodeveloper\Paystack\PaystackServiceProvider::class,` add `'Paystack' => Unicodeveloper\Paystack\Facades\Paystack::class,` to aliases then run `php artisan vendor:publish --provider="Unicodeveloper\Paystack\PaystackServiceProvider"`...