Skip to content

Commit

Permalink
Merge pull request #180 from Laravel-Backpack/fix-override-docs
Browse files Browse the repository at this point in the history
Fix command to override theme dashboard
  • Loading branch information
pxpm authored Apr 24, 2024
2 parents 4a265f9 + 660a669 commit 1d4add2
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 @@ -153,7 +153,7 @@ The more files you copy-paste and customize, the more difficult it will be to up
mkdir -p resources/views/vendor/backpack/theme-tabler

# copy the blade file inside the folder we created above
cp -i vendor/backpack/theme-tabler/resources/views/dashboard.blade.php resources/views/vendor/backpack/theme-tabler/dashboard.blade.php
cp -i vendor/backpack/crud/src/resources/views/ui/dashboard.blade.php resources/views/vendor/backpack/theme-tabler/dashboard.blade.php
```

## Change log
Expand Down

0 comments on commit 1d4add2

Please sign in to comment.