Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jul 7, 2023
1 parent 120b34c commit 569509e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 57 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,16 @@
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan storage:link"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
"@php artisan package:discover --ansi"
],
"format": [
"vendor/bin/php-cs-fixer fix"
Expand Down
110 changes: 55 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 569509e

Please sign in to comment.