laravel-auth-client maintained by jincor
laravel-auth-client

This package brings a set of artisan commands that allows you work with Jincor Auth Service.
Installation
You can install the package via composer:
composer require jincor/laravel-auth-client
Register the service provider:
// config/app.php
'providers' => [
...
JincorTech\AuthClient\AuthClientServiceProvider::class,
],
Run php artisan vendor:publish for create a config file jincor-auth.php.
Usage
Run php artisan and you'll see new commands under the auth namespace.
php artisan
auth
...
auth:login:tenant Tenant login
auth:register:tenant Tenant registration
Project setup
- Clone the repo
cd /path/to/repodocker-compose build- build development containersdocker-compose up -d- run container
Local testing
To run all tests just type docker-compose exec workspace ./vendor/bin/phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.