Merge branch 'coollabsio:main' into add-debugbar

This commit is contained in:
peaklabs-dev
2024-09-27 16:59:21 +02:00
committed by GitHub
187 changed files with 3453 additions and 2428 deletions

View File

@@ -85,7 +85,11 @@
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"Illuminate\\Foundation\\ComposerScripts::postUpdate"
],
"post-install-cmd": [],
"post-install-cmd": [
"cp -r 'hooks/' '.git/hooks/'",
"php -r \"copy('hooks/pre-commit', '.git/hooks/pre-commit');\"",
"php -r \"chmod('.git/hooks/pre-commit', 0777);\""
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],