Work on paths.
This commit is contained in:
parent
7e781b3dc4
commit
800cdac1a0
|
@ -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 @@
|
|||
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path().'/work',
|
||||
'root' => storage_path().'/app',
|
||||
],
|
||||
|
||||
's3' => [
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
laravel.log
|
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
Loading…
Reference in New Issue