2017 © Pedro Peláez
 

library laravel-password-lock

Password lockdown Laravel Site

image

playa/laravel-password-lock

Password lockdown Laravel Site

  • Wednesday, May 30, 2018
  • by playa
  • Repository
  • 0 Watchers
  • 0 Stars
  • 503 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 65 % Grown

The README.md

Laravel Password Lock

Laravel Password Lock is a middleware for locking the route from the public., (*1)

Usage

Run composer require playa/laravel-password-lock and add the middleware \Playa\PasswordLock\PasswordLockMiddleware::class to your kernel.php., (*2)

If you want to lock down the whole site, you can add the middleware to $middlewareGroups, or add the middleware to the specific route you need to lock down., (*3)

Config

Run php artisan vendor publish to get the playa-password-lock.php in config folder. Available settings is as follow:, (*4)

  • invite_password: the password for unlocking the site
  • client_logo: the logo URL to be displayed in login page
  • client_logo_width: the logo width
  • enable: whether to enable or disable the lockdown

The Versions

30/05 2018

dev-master

9999999-dev

Password lockdown Laravel Site

  Sources   Download

MIT

The Requires

 

by Mok Ka Hei

06/03 2018

1.0.2

1.0.2.0

Password lockdown Laravel Site

  Sources   Download

MIT

The Requires

 

by Mok Ka Hei

01/02 2018

1.0.1

1.0.1.0

Password lockdown Laravel Site

  Sources   Download

MIT

The Requires

 

by Mok Ka Hei

01/02 2018

1.0.0

1.0.0.0

Password lockdown Laravel Site

  Sources   Download

MIT

The Requires

 

by Mok Ka Hei