We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7bf105 + ccf4cf8 commit 98e2794Copy full SHA for 98e2794
.gitignore
@@ -9,3 +9,4 @@ phpstan.neon
9
testbench.yaml
10
vendor
11
node_modules
12
+auth.json
composer.json
@@ -21,7 +21,7 @@
21
"spatie/laravel-package-tools": "^1.16",
22
"illuminate/contracts": "^11.0",
23
"codebar-ag/laravel-flysystem-cloudinary": "^11.0",
24
- "laravel/nova": "^4.32"
+ "laravel/nova": ">=4.3"
25
},
26
"require-dev": {
27
"laravel/pint": "^1.13",
0 commit comments