Installation
Add the package to your Laravel application using Composer:
composer require codetech/laravel-eupago
The service provider is registered automatically via package discovery.
Publish and run the migrations:
php artisan vendor:publish --provider="CodeTech\EuPago\Providers\EuPagoServiceProvider" --tag=migrations
php artisan migrate
Optionally, publish the configuration file and the translations:
php artisan vendor:publish --provider="CodeTech\EuPago\Providers\EuPagoServiceProvider" --tag=config
php artisan vendor:publish --provider="CodeTech\EuPago\Providers\EuPagoServiceProvider" --tag=translations