Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 950 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 950 Bytes

Laravel Oxxa

Build Status Total Downloads Latest Stable Version MIT Licensed

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