alireza / myauthtutor
There is no license information available for the latest version (dev-master) of this package.
a simple authentication
dev-master
2015-03-01 11:21 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
- morrislaptop/laravel-five-package-bridges: dev-master
This package is not auto-updated.
Last update: 2024-10-08 07:13:59 UTC
README
Simple Authentication Package for Laravel 5.0. I've made this for sitepoint deep dive in laravel Packages
Article.
Directions:
to use this package you would know about two main method and two properties.
-
Login: login() method can automatically get Post which include
username
andpassword
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. :)
-
redirect_login or redirect_logout: are properties for changing directory after login/out action.