wip
This commit is contained in:
@@ -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');\""
|
||||
|
||||
Reference in New Issue
Block a user