Browse Source

Work on paths.

Taylor Otwell 9 years ago
parent
commit
800cdac1a0
4 changed files with 8 additions and 5 deletions
  1. 4 4
      .gitignore
  2. 1 1
      config/filesystems.php
  3. 1 0
      storage/.gitignore
  4. 2 0
      storage/app/.gitignore

+ 4 - 4
.gitignore

@@ -1,7 +1,7 @@
-/vendor
-/.idea
-composer.phar
-composer.lock
 .env.*
+/.idea
+/vendor
 .DS_Store
 Thumbs.db
+composer.lock
+composer.phar

+ 1 - 1
config/filesystems.php

@@ -45,7 +45,7 @@ return [
 
 		'local' => [
 			'driver' => 'local',
-			'root'   => storage_path().'/work',
+			'root'   => storage_path().'/app',
 		],
 
 		's3' => [

+ 1 - 0
storage/.gitignore

@@ -0,0 +1 @@
+laravel.log

+ 2 - 0
storage/app/.gitignore

@@ -0,0 +1,2 @@
+*
+!.gitignore