mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Work on paths.
This commit is contained in:
parent
7e781b3dc4
commit
800cdac1a0
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/vendor
|
|
||||||
/.idea
|
|
||||||
composer.phar
|
|
||||||
composer.lock
|
|
||||||
.env.*
|
.env.*
|
||||||
|
/.idea
|
||||||
|
/vendor
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
composer.lock
|
||||||
|
composer.phar
|
||||||
|
@ -45,7 +45,7 @@ return [
|
|||||||
|
|
||||||
'local' => [
|
'local' => [
|
||||||
'driver' => 'local',
|
'driver' => 'local',
|
||||||
'root' => storage_path().'/work',
|
'root' => storage_path().'/app',
|
||||||
],
|
],
|
||||||
|
|
||||||
's3' => [
|
'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
|
Loading…
x
Reference in New Issue
Block a user