jincor / laravel-auth-client
Artisan commands for work with the Jincor Auth Service
Installs: 235
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Open Issues: 2
pkg:composer/jincor/laravel-auth-client
Requires
- php: ^7.0
- illuminate/support: ^5.0
- jincor/auth-php-client: ^0.1.0
- laravel/framework: ^5.0
Requires (Dev)
- mockery/mockery: ^1.0.0
- orchestra/testbench: ~3.3
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2025-10-26 09:40:11 UTC
README
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.