Download the PHP package artarts36/ulogin-laravel without Composer
On this page you can find all versions of the php package artarts36/ulogin-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ulogin-laravel
ULoginLaravel
Installation:
-
Run:
composer require artarts36/ulogin-laravel
-
Run:
php artisan vendor:publish --tag=ulogin
-
In bootstrap/app.php add:
-
In config/app.php in "providers" add:
-
In \App\User:
- add implements interface
\ArtARTs36\ULoginLaravel\Contracts\User
- add use trait
ArtARTs36\ULoginLaravel\Support\UserOnULogin
Example:
- add implements interface
-
In \App\Http\Middleware\VerifyCsrfToken in $except add:
'https://ulogin.ru/*'
- Run:
php artisan migrate
All versions of ulogin-laravel with dependencies
PHP Build Version
Package Version
The package artarts36/ulogin-laravel contains the following files
Loading the files please wait ....