2017 © Pedro Peláez
 

library myauthtutor

a simple authentication

image

alireza/myauthtutor

a simple authentication

  • Sunday, March 1, 2015
  • by sanfrancisco_me
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

myauth-package

Simple Authentication Package for Laravel 5.0. I've made this for sitepoint deep dive in laravel Packages Article., (*1)

Directions:

to use this package you would know about two main method and two properties., (*2)

  • Login: login() method can automatically get Post which include username and password input or You can do it manually like this : MyAuth::login(array('username'=>'Alireza@isawesome.me','password'=>'test'); If argument leave empty It'll search for POST input.
  • logout: just call it. :), (*3)

  • redirect_login or redirect_logout: are properties for changing directory after login/out action., (*4)

The Versions

01/03 2015

dev-master

9999999-dev

a simple authentication

  Sources   Download

The Requires

 

by Avatar alireza