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 the migrations:
php artisan vendor:publish --provider="CodeTech\EuPago\Providers\EuPagoServiceProvider" --tag=migrations
Run the migrations:
php artisan migrate
Optionally, publish the configuration file:
php artisan vendor:publish --provider="CodeTech\EuPago\Providers\EuPagoServiceProvider" --tag=config
You can also publish the translations:
php artisan vendor:publish --provider="CodeTech\EuPago\Providers\EuPagoServiceProvider" --tag=translations