nickurt / laravel-oxxa
Oxxa for Laravel 6.x/7.x/8.x
Installs: 1 053
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 1
Requires
- php: ^8.0|^7.4
- guzzlehttp/guzzle: ^6.3.1|^7.0.1
- laravel/framework: ^6.0|^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^4.0|^5.0|^6.0
- phpunit/phpunit: ^7.5.15|^8.4|^9.3.3
README
Table of contents
Installation
Install this package with composer:
composer require nickurt/laravel-oxxa
Copy the config files for the Oxxa-plugin
php artisan vendor:publish --provider="nickurt\Oxxa\ServiceProvider" --tag="config"
Add the Oxxa credentials to your .env file
OXXA_DEFAULT_USERNAME=
OXXA_DEFAULT_PASSWORD=
Tests
composer test