- Install the AmwalPay Laravel Package via amwalpay/laravel-package
composer require amwalpay/laravel-package:dev-main
2. Publish the AmwalPay Service Provider using the following command.
php artisan vendor:publish --provider="AmwalPay\LaravelPackage\AmwalPayServiceProvider" --tag="amwalpay"
3. Customize the process and callback actions that exist in app/Http/Controllers/AmwalPayController.php file as per your needs.