This commit is contained in:
James Brooks
2024-02-13 17:22:05 +00:00
parent 441a09c54a
commit c01ea14981
15 changed files with 829 additions and 690 deletions

View File

@@ -10,8 +10,8 @@
],
"repositories": {
"cachet-core": {
"type": "vcs",
"url": "https://github.com/cachethq/core.git"
"type": "path",
"url": "../core"
}
},
"require": {
@@ -49,7 +49,9 @@
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan vendor:publish --tag=cachet-assets --ansi --force",
"@php artisan filament:assets --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""