2017 © Pedro Peláez
 

library loginchecka

Small login component to casually drop in yo app

image

zwacky/loginchecka

Small login component to casually drop in yo app

  • Wednesday, February 4, 2015
  • by zwacky
  • Repository
  • 2 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Loginchecka

Small login component that adds a config auth driver to casually drop in yo app., (*1)

Loginchecka login screen, (*2)

Instructions

  • do a php artisan config:publish --path="vendor/zwacky/loginchecka/config" zwacky/loginchecka
  • add 'Zwacky\Loginchecka\LogincheckaServiceProvider' to your app.php providers array
  • change 'driver' => 'config' in config/auth.php

Add or modify accounts

Assuming you're using the config auth driver, you can modify the access accounts config/packages/zwacky/loginchecka/config.php under valid_logins., (*3)

Default the identifier to use is username. If you're using an eloquent auth driver and your logins need an email to authenticate, change config_driver.identifier in the loginchecka config., (*4)

Integration with Frozennode/Laravel-Administrator

check that config/packages/frozennode/administrator/administrator.php has the following changes in the config:, (*5)

'permission'=> function()
{
    return Auth::check();
},

// the same as loginchecka::urls.login
'login_path' => 'login',

The Versions

04/02 2015

dev-master

9999999-dev

Small login component to casually drop in yo app

  Sources   Download

The Requires

 

The Development Requires

by Simon Wicki

26/03 2014

v0.1.0

0.1.0.0

Small login component to casually drop in yo app

  Sources   Download

The Requires

 

The Development Requires

by Simon Wicki