Commit 7e4c6e84 authored by Jean Ragouin's avatar Jean Ragouin Committed by GitHub

Added session domain env configuration

Session domain value available with env configuration
https://github.com/laravel/laravel/pull/3806
parent 47d7e2d4
......@@ -135,7 +135,7 @@ return [
|
*/
'domain' => null,
'domain' => env('SESSION_DOMAIN', null),
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment