Browse Source

Cleaning up a few things.

Taylor Otwell 9 years ago
parent
commit
92f1d87605
3 changed files with 7 additions and 6 deletions
  1. 7 1
      .env.example
  2. 0 1
      resources/lang/en/pagination.php
  3. 0 4
      resources/lang/en/passwords.php

+ 7 - 1
.env.example

@@ -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

+ 0 - 1
resources/lang/en/pagination.php

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

+ 0 - 4
resources/lang/en/passwords.php

@@ -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!",
 
 ];