Enable session security

This commit is contained in:
Joseph Cohen
2015-06-04 16:43:46 -05:00
parent 13468239a3
commit 32e97a7fde
3 changed files with 7 additions and 5 deletions
Generated
+4 -4
View File
@@ -1567,12 +1567,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "73ad2636ced1219d6170d4352e091a51a885feb7" "reference": "c8ade4de42e8cdb83c3cbffb307a6c4f81e81994"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/73ad2636ced1219d6170d4352e091a51a885feb7", "url": "https://api.github.com/repos/laravel/framework/zipball/c8ade4de42e8cdb83c3cbffb307a6c4f81e81994",
"reference": "73ad2636ced1219d6170d4352e091a51a885feb7", "reference": "c8ade4de42e8cdb83c3cbffb307a6c4f81e81994",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1687,7 +1687,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2015-06-03 21:29:40" "time": "2015-06-04 21:23:09"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
+2
View File
@@ -89,6 +89,8 @@ return [
'key' => env('APP_KEY', 'SomeRandomString'), 'key' => env('APP_KEY', 'SomeRandomString'),
'cipher' => 'AES-128-CBC',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Logging Configuration | Logging Configuration
+1 -1
View File
@@ -53,7 +53,7 @@ return [
| |
*/ */
'encrypt' => false, 'encrypt' => true,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------