Commit 800cdac1 authored by Taylor Otwell's avatar Taylor Otwell

Work on paths.

parent 7e781b3d
/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 [ ...@@ -45,7 +45,7 @@ return [
'local' => [ 'local' => [
'driver' => 'local', 'driver' => 'local',
'root' => storage_path().'/work', 'root' => storage_path().'/app',
], ],
's3' => [ 's3' => [
......
laravel.log
\ No newline at end of file
*
!.gitignore
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment