Skip to content

Commit

Permalink
Merge branch 'master' into v4.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair2004 committed Apr 13, 2022
2 parents 0a97abf + 484c8ba commit 3d06393
Show file tree
Hide file tree
Showing 4 changed files with 1,053 additions and 1,065 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"phpoffice/phpspreadsheet": "^1.17",
"picqer/php-barcode-generator": "^2.1",
"pusher/pusher-php-server": "^7.0",
"spatie/laravel-db-snapshots": "^1.7",
"spatie/laravel-db-snapshots": "^2.2",
"tormjens/eventy": "^0.8"
},
"require-dev": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"post-install-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate --ansi",
"@php artisan storage:link --ansi"
"@php -r \"file_exists('public/storage');\" || artisan storage:link --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down
Loading

0 comments on commit 3d06393

Please sign in to comment.