2017 © Pedro Peláez
 

library uac-acesso-web

PHP User Access Control - Acesso Web

image

thiagothaison/uac-acesso-web

PHP User Access Control - Acesso Web

  • Wednesday, February 21, 2018
  • by thiagothaison
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

User Account Control for Acesso Web

Packagist License, (*1)

Installation

Require this package with composer. It is recommended to only require the package for development., (*2)

composer require thiagothaison/uac-acesso-web

Add the ServiceProvider to the providers array in config/app.php, (*3)

AcessoWeb\Providers\AcessoWebProvider::class,

And replace the HashServiceProvider, (*4)

Illuminate\Hashing\HashServiceProvider::class,

with, (*5)

AcessoWeb\Libraries\HashServiceProvider::class,

Usage

You can now replace in your Auth/LoginController.php, (*6)

use Illuminate\Foundation\Auth\AuthenticatesUsers;

with, (*7)

use AcessoWeb\Traits\Auth\AuthenticatesUsers;

The Versions

21/02 2018

dev-master

9999999-dev

PHP User Access Control - Acesso Web

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Thiago Thaison Soares Pinto

laravel uac acesso-web

21/02 2018

v1.0.4

1.0.4.0

PHP User Access Control - Acesso Web

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Thiago Thaison Soares Pinto

laravel uac acesso-web

21/02 2018

v1.0.3

1.0.3.0

PHP User Access Control - Acesso Web

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Thiago Thaison Soares Pinto

laravel uac acesso-web

21/02 2018

v1.0.2

1.0.2.0

PHP User Access Control - Acesso Web

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Thiago Thaison Soares Pinto

laravel uac acesso-web

20/02 2018

v1.0.1

1.0.1.0

User Account Control - Acesso Web.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework

20/02 2018

v1.0.0

1.0.0.0

User Account Control - Acesso Web.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework