Download the PHP package rl-group/laravel-share-session without Composer
On this page you can find all versions of the php package rl-group/laravel-share-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rl-group/laravel-share-session
More information about rl-group/laravel-share-session
Files in rl-group/laravel-share-session
Download rl-group/laravel-share-session
More information about rl-group/laravel-share-session
Files in rl-group/laravel-share-session
Vendor rl-group
Package laravel-share-session
Short Description A package that creates SESSION is shared by all apps connected to it
License
Package laravel-share-session
Short Description A package that creates SESSION is shared by all apps connected to it
License
Please rate this library. Is it a good library?
Informations about the package laravel-share-session
ShareSession
A package in Laravel that creates SESSION is shared to any apps
Installation
Install via composer in the root directory of a Laravel 5 application
composer require rl-group/laravel-share-session
Add the following lines to .env
DB_ACCOUNT_CONNECTION=accounts
DB_ACCOUNT_HOST=127.0.0.1
DB_ACCOUNT_PORT=3306
DB_ACCOUNT_DATABASE=
DB_ACCOUNT_USERNAME=
DB_ACCOUNT_PASSWORD=
Update DB_ACCOUNT_DATABASE,DB_ACCOUNT_USERNAME,DB_ACCOUNT_PASSWORD For the DATABASE details of the SESSION shared
Update composer
composer update
Run the package install command
php artisan package:install
Usage
- Done
make:Auth
- Add
use RlGroup\ShareSession\Traits\UserFromAccounts;
inApp/User.php
file - Change row
use Notifiable
touse Notifiable, UserFromAccounts;
inApp/User.php
file - Check login in website with main project login information
All versions of laravel-share-session with dependencies
PHP Build Version
Package Version
No informations.
The package rl-group/laravel-share-session contains the following files
Loading the files please wait ....