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.
1 parent 547c7c8 commit 6a88bb4Copy full SHA for 6a88bb4
readme.md
@@ -48,7 +48,7 @@ If you need to change the field in any way, you can easily publish the file to y
48
mkdir -p resources/views/vendor/backpack/crud/fields
49
50
# copy the blade file inside the folder we created above
51
-cp -i vendor/ziming/addon/src/resources/views/fields/json.blade.php resources/views/vendor/backpack/crud/fields/json.blade.php
+cp -i vendor/ziming/json-field-for-backpack/src/resources/views/fields/json.blade.php resources/views/vendor/backpack/crud/fields/json.blade.php
52
```
53
54
**Step 2.** Remove the vendor namespace wherever you've used the field:
0 commit comments