Skip to content

Commit

Permalink
fix file publishing path (#1)
Browse files Browse the repository at this point in the history
Probably left over from the original readme.
  • Loading branch information
tabacitu authored Oct 30, 2020
1 parent 547c7c8 commit 6a88bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you need to change the field in any way, you can easily publish the file to y
mkdir -p resources/views/vendor/backpack/crud/fields

# copy the blade file inside the folder we created above
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
```

**Step 2.** Remove the vendor namespace wherever you've used the field:
Expand Down

0 comments on commit 6a88bb4

Please sign in to comment.