Cleaning up a few things.
This commit is contained in:
parent
6db1e2955e
commit
92f1d87605
|
@ -1,5 +1,11 @@
|
||||||
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 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'previous' => '« Previous',
|
'previous' => '« Previous',
|
||||||
|
|
||||||
'next' => 'Next »',
|
'next' => 'Next »',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -14,13 +14,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"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!",
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue