2017 © Pedro Peláez
 

library dorcas-laravel-compat

Built to make Dorcas work seamlessly with Laravel

image

hostville/dorcas-laravel-compat

Built to make Dorcas work seamlessly with Laravel

  • Monday, July 30, 2018
  • by emmanix2002
  • Repository
  • 1 Watchers
  • 0 Stars
  • 135 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 71 % Grown

The README.md

Dorcas Laravel Compat

A small pack of parts to make Dorcas play well with Laravel., (*1)

Authentication

The Dorcas PHP SDK provides some utility functions for creating user accounts, and authenticating with a username-password combination (provided you have details for a Password Grant client)., (*2)

To integrate your Laravel install with Dorcas for user authentication, you should make changes to your config/auth.php file., (*3)

'guards' => [
    'web' => [
        'driver' => 'session',
        'provider' => 'dorcas', // formerly users
    ],

    'api' => [
        'driver' => 'token',
        'provider' => 'users',
    ],
],

This package registers a new UserProvider which you can use with your installation., (*4)

The Versions

30/07 2018

dev-master

9999999-dev https://dorcas.com

Built to make Dorcas work seamlessly with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk business invoicing dorcas

31/01 2018

v0.0.2

0.0.2.0 https://dorcas.com

Built to make Dorcas work seamlessly with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk business invoicing dorcas

30/01 2018

v0.0.1

0.0.1.0 https://dorcas.com

Built to make Dorcas work seamlessly with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk business invoicing dorcas