Skip to content

Commit

Permalink
Merge pull request #3 from ubc-cpsc/feature/AC-8334-65-writable-dirs
Browse files Browse the repository at this point in the history
Prevent early override of writable directories in Laravel recipe
  • Loading branch information
joelpittet authored Jun 28, 2024
2 parents 78f1cfd + 7fb2395 commit 60d91b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

add('recipes', ['laravel']);

set('writable_dirs', [
'bootstrap/cache',
]);

// Override shared directories.
set('shared_dirs', ['storage']);
set('shared_files', ['.env']);
Expand Down

0 comments on commit 60d91b9

Please sign in to comment.