Did not find dashboard.blade.php #739
-
Hi Installation Guide suggest to copy "vendor/backpack/theme-coreuiv4/src/resources/views/dashboard.blade.php" to "/views/vendor/backpack/theme-coreuiv4/.." folder to override the Default Dashboard view. -- I did not see this file anywhere inside the code. Can you please suggest a way-out here ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @chandanpatra79 , Take a look at the docs here: https://backpackforlaravel.com/docs/6.x/base-how-to#customize-the-dashboard - they provide both the steps AND the code for that view that you can copy-paste. Note that you can put it inside Cheers! |
Beta Was this translation helpful? Give feedback.
Hey @chandanpatra79 ,
Take a look at the docs here: https://backpackforlaravel.com/docs/6.x/base-how-to#customize-the-dashboard - they provide both the steps AND the code for that view that you can copy-paste.
Note that you can put it inside
views/vendor/backpack/theme-coreuiv4
, yes, but you can also put it insideviews/vendor/backpack/ui
- both should work fine. I'd argue putting it in UI is better because if you change themes later on... it'll still be picked up.Cheers!