Cleaning up a few things.

This commit is contained in:
Taylor Otwell 2014-12-05 16:25:46 -06:00
parent 6db1e2955e
commit 92f1d87605
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,11 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file

View File

@ -14,7 +14,6 @@ return [
*/
'previous' => '« Previous',
'next' => 'Next »',
];

View File

@ -14,13 +14,9 @@ return [
*/
"password" => "Passwords must be at least six characters and match the confirmation.",
"user" => "We can't find a user with that e-mail address.",
"token" => "This password reset token is invalid.",
"sent" => "Password reset link sent!",
"reset" => "Password has been reset!",
];