Work on paths.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
/vendor
|
||||
/.idea
|
||||
composer.phar
|
||||
composer.lock
|
||||
.env.*
|
||||
/.idea
|
||||
/vendor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
composer.lock
|
||||
composer.phar
|
||||
|
||||
@@ -45,7 +45,7 @@ return [
|
||||
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path().'/work',
|
||||
'root' => storage_path().'/app',
|
||||
],
|
||||
|
||||
's3' => [
|
||||
|
||||
1
storage/.gitignore
vendored
Normal file
1
storage/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
laravel.log
|
||||
2
storage/app/.gitignore
vendored
Normal file
2
storage/app/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user