Commit 92f1d876 authored by Taylor Otwell's avatar Taylor Otwell

Cleaning up a few things.

parent 6db1e295
APP_ENV=local APP_ENV=local
APP_DEBUG=true APP_DEBUG=true
APP_KEY=SomeRandomString APP_KEY=SomeRandomString
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead DB_USERNAME=homestead
DB_PASSWORD=homestead DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
...@@ -14,7 +14,6 @@ return [ ...@@ -14,7 +14,6 @@ return [
*/ */
'previous' => '« Previous', 'previous' => '« Previous',
'next' => 'Next »', 'next' => 'Next »',
]; ];
...@@ -14,13 +14,9 @@ return [ ...@@ -14,13 +14,9 @@ return [
*/ */
"password" => "Passwords must be at least six characters and match the confirmation.", "password" => "Passwords must be at least six characters and match the confirmation.",
"user" => "We can't find a user with that e-mail address.", "user" => "We can't find a user with that e-mail address.",
"token" => "This password reset token is invalid.", "token" => "This password reset token is invalid.",
"sent" => "Password reset link sent!", "sent" => "Password reset link sent!",
"reset" => "Password has been reset!", "reset" => "Password has been reset!",
]; ];
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