Installation
Install the package with Composer:
bash
composer require maxiviper117/laravel-paystack-sdkIf you want to override the default package configuration, publish the config file:
bash
php artisan vendor:publish --tag="paystack-config"Laravel integration
The package service provider is auto-discovered. The facade alias is also registered for Laravel applications that use the package alias loader.
Next step
After installation, configure your Paystack credentials and HTTP behavior in Configuration.