Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Fix  /bootstrap/cache directory must be present and writable.
  • Loading branch information
nspalo authored Sep 11, 2023
1 parent 388e966 commit f3621fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"scripts": {
"post-autoload-dump": [
"mkdir -p ./bootstrap/cache/",
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
Expand Down

0 comments on commit f3621fc

Please sign in to comment.