Fix cipher exception that gets thrown if APP_KEY is too short

This commit is contained in:
Dane Everitt 2016-01-23 19:45:58 -05:00
parent 133d20948c
commit 28d45fed54

View file

@ -1,6 +1,6 @@
APP_ENV=production
APP_DEBUG=false
APP_KEY=SomeRandomString
APP_KEY=SomeRandomString3232RandomString
DB_HOST=localhost
DB_PORT=3306