Skip to content

Commit

Permalink
Merge pull request #49 from firevel/feature/native-storage-path
Browse files Browse the repository at this point in the history
Native storage path handling
  • Loading branch information
sl0wik committed Sep 12, 2023
2 parents 6a063d0 + acff23a commit 2045efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@
App\Exceptions\Handler::class
);

/*
|--------------------------------------------------------------------------
| Storage Path
|--------------------------------------------------------------------------
|
| In production, writes are not allowed in base path.
|
*/
$app->useStoragePath(env('APP_STORAGE', base_path().'/storage'));

/*
|--------------------------------------------------------------------------
| Return The Application
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"firevel/firestore": "^1.0.5",
"firevel/firestore-cache-driver": "^1.1.0",
"firevel/firestore-session-driver": "^1.0.2",
"firevel/generator": "^0.0.1",
"firevel/generator": "^0.0.2",
"firevel/stackdriver-log-channel": "^1.1.0",
"laravel/framework": "^10.18",
"laravel/framework": "^10.20",
"laravel/tinker": "^2.8",
"spatie/laravel-google-cloud-storage": "^2.2"
},
Expand Down

0 comments on commit 2045efc

Please sign in to comment.