Download the PHP package temprodev/laravel-one-auth without Composer
On this page you can find all versions of the php package temprodev/laravel-one-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download temprodev/laravel-one-auth
More information about temprodev/laravel-one-auth
Files in temprodev/laravel-one-auth
Download temprodev/laravel-one-auth
More information about temprodev/laravel-one-auth
Files in temprodev/laravel-one-auth
Vendor temprodev
Package laravel-one-auth
Short Description This will create Authorization with OneID module
License MIT
Package laravel-one-auth
Short Description This will create Authorization with OneID module
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-one-auth
php artisan key:generate# laravel_one_auth
Installing steps
1-step: Downloading basic source files
2-step auth commands
If you have already installed ui and auth, you don't need to run this commands
3-step: Database
In the users table, you need some columns below:
string : username
string : firstname
string : lastname
string : midname
string : pinfl
string : inn
string : passport
timestamp : passport_expire_date
string : phone
string : address
So that, you need to run
and package will create those columns for you
4-step: .env file configuration
Ready to use!
Basic usage
Route:
Route name: "one.auth" Route path: one/auth
Callback:
Route name: "one.login" Route path: one/login
in the .env file, ONE_ID_REDIRECT_URI value must be callback path
All versions of laravel-one-auth with dependencies
PHP Build Version
Package Version
No informations.
The package temprodev/laravel-one-auth contains the following files
Loading the files please wait ....