Looking to hire Laravel developers? Try LaraJobs

laravel-oxxa maintained by nickurt

Description
Oxxa for Laravel 6.x/7.x/8.x
Last update
2021/04/29 08:16 (dev-master)
License
Links
Downloads
1 091
Tags

Comments
comments powered by Disqus

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