Looking to hire Laravel developers? Try LaraJobs

laravel-auth-client maintained by jincor

Description
Artisan commands for work with the Jincor Auth Service
Last update
2017/12/16 10:18 (dev-feature/issue-7)
License
Links
Downloads
236
Tags

Comments
comments powered by Disqus

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

  1. Clone the repo
  2. cd /path/to/repo
  3. docker-compose build - build development containers
  4. docker-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.