Skip to content

Commit

Permalink
Work on paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 3, 2014
1 parent 7e781b3 commit 800cdac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/vendor
/.idea
composer.phar
composer.lock
.env.*
/.idea
/vendor
.DS_Store
Thumbs.db
composer.lock
composer.phar
2 changes: 1 addition & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

'local' => [
'driver' => 'local',
'root' => storage_path().'/work',
'root' => storage_path().'/app',
],

's3' => [
Expand Down
1 change: 1 addition & 0 deletions storage/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
laravel.log
2 changes: 2 additions & 0 deletions storage/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 800cdac

Please sign in to comment.