add the dialoog

This commit is contained in:
2024-01-27 02:00:10 +05:00
parent 005a906776
commit db04811bd8
8 changed files with 203 additions and 22 deletions

View File

@@ -25,7 +25,8 @@
"spatie/laravel-translatable": "^6.5",
"spatie/nova-backup-tool": "^5.0",
"stepanenko3/nova-logs-tool": "^2.1",
"trin4ik/nova-switcher": "^0.4.0"
"trin4ik/nova-switcher": "^0.4.0",
"nurmuhammet/nova-custom-html": "*"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
@@ -85,6 +86,10 @@
"1": {
"type": "vcs",
"url": "https://github.com/nurmuhammet-ali/nova-grid"
},
"2": {
"type": "path",
"url": "/Users/nurmuhammetallanov/code/package-development/laravel/nova/custom-html"
}
},
"config": {
@@ -96,6 +101,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "beta",
"minimum-stability": "dev",
"prefer-stable": true
}