2017 © Pedro PelĂĄez
 

library authenticate

A Laravel helper package for frequently-used operations—so you don't have to think.

image

nonoesp/authenticate

A Laravel helper package for frequently-used operations—so you don't have to think.

  • Friday, March 9, 2018
  • by nonoesp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 129 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 35 Versions
  • 6 % Grown

The README.md

Laravel authentication package

Simple authentication for Laravel., (*1)

Installation

composer require nonoesp/authenticate

Next, add the following middlewares to your app/Http/Kernel.php file., (*2)

  • LoginMiddleware · restricts routes to logged users
  • RememberMiddleware · remembers logged users
protected $middleware = [
        /// nonoesp/authenticate
        // TODO - verify we need these first two here
        \Illuminate\Session\Middleware\StartSession::class,
        \Illuminate\View\Middleware\ShareErrorsFromSession::class,          
        \Nonoesp\Authenticate\Middleware\RememberLogin::class,        
        /// ...
];

protected $routeMiddleware = [
        /// nonoesp/authenticate
        'login' => \Nonoesp\Authenticate\Middleware\RequireLogin::class,
        /// ...
];

Optionally, publish and customize configuration file., (*3)

php artisan vendor:publish --provider="Nonoesp\Authenticate\AuthenticateServiceProvider" --tag=config

License

Authenticate is licensed under the MIT license. (http://opensource.org/licenses/MIT), (*4)

Me

Hi. I'm Nono MartĂ­nez Alonso (Nono.MA), a computational designer with a penchant for simplicity., (*5)

I host Getting Simple—a podcast about how you can live a meaningful, creative, simple life—sketch things that call my attention, and write about enjoying a slower life., (*6)

If you find this pacakge useful in any way, reach out on Twitter at @nonoesp. Cheers!, (*7)

The Versions

09/03 2018

dev-master

9999999-dev

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

09/03 2018

5.5.0

5.5.0.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

28/01 2018

5.4.11

5.4.11.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

27/11 2017

5.4.10

5.4.10.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

27/11 2017

5.4.9

5.4.9.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

27/11 2017

5.4.8

5.4.8.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

27/11 2017

5.4.7

5.4.7.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

11/05 2017

5.4.6

5.4.6.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

20/02 2017

5.4.5

5.4.5.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

04/02 2017

5.4.4

5.4.4.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

04/02 2017

5.4.3

5.4.3.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

30/01 2017

5.4.x-dev

5.4.9999999.9999999-dev

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

29/01 2017

5.4.2

5.4.2.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

29/01 2017

5.4.1

5.4.1.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

28/01 2017

5.4.0

5.4.0.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

26/07 2016

5.2.x-dev

5.2.9999999.9999999-dev

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

26/07 2016

5.2.1

5.2.1.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

25/07 2016

5.2.0

5.2.0.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

24/07 2016

v1.4.03

1.4.03.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

24/07 2016

v1.4.02

1.4.02.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

24/07 2016

5.1.x-dev

5.1.9999999.9999999-dev

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

24/07 2016

v1.4.0

1.4.0.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

13/04 2016

v1.3.0

1.3.0.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

28/03 2016

v1.2.4

1.2.4.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

28/03 2016

v1.2.3

1.2.3.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

14/02 2016

v1.2.2

1.2.2.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

13/02 2016

v1.2.1

1.2.1.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

12/02 2016

v1.2

1.2.0.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

01/12 2015

v1.1

1.1.0.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

01/11 2015

v1.0.5

1.0.5.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

01/11 2015

v1.0.4

1.0.4.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

01/11 2015

v1.0.3

1.0.3.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

01/11 2015

v1.0.2

1.0.2.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

01/11 2015

v1.0.1

1.0.1.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires

 

01/11 2015

v1.0

1.0.0.0

A Laravel helper package for frequently-used operations—so you don't have to think.

  Sources   Download

MIT

The Requires