2017 © Pedro Peláez
 

library laravel-auth-client

Artisan commands for work with the Jincor Auth Service

image

jincor/laravel-auth-client

Artisan commands for work with the Jincor Auth Service

  • Saturday, December 16, 2017
  • by Jincor
  • Repository
  • 2 Watchers
  • 3 Stars
  • 230 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

laravel-auth-client

, (*1)

This package brings a set of artisan commands that allows you work with Jincor Auth Service., (*2)

Installation

You can install the package via composer:, (*3)

composer require jincor/laravel-auth-client, (*4)

Register the service provider:, (*5)

// 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.

 ```$bash
 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, (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

16/12 2017

dev-feature/issue-7

dev-feature/issue-7

Artisan commands for work with the Jincor Auth Service

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel auth jwt artisan env

29/10 2017

dev-master

9999999-dev

Artisan commands for work with the Jincor Auth Service

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel auth jwt artisan env

27/10 2017

dev-develop

dev-develop

Artisan commands for work with the Jincor Auth Service

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel auth jwt artisan env

18/10 2017

dev-analysis-qo5D05

dev-analysis-qo5D05

Artisan commands for work with the Jincor Auth Service

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel auth jwt artisan env

10/10 2017

dev-feature/issue-1

dev-feature/issue-1

Artisan commands for work with the Jincor Auth Service

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel auth jwt artisan env