nickurt/laravel-oxxa

This package is abandoned and no longer maintained. No replacement package was suggested.

Oxxa for Laravel 6.x/7.x/8.x

Installs: 1 091

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 3

Open Issues: 1

pkg:composer/nickurt/laravel-oxxa

0.8 2020-12-06 14:50 UTC

This package is auto-updated.

Last update: 2022-03-29 01:13:09 UTC


README

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