Laravel-Backpack / theme-coreuiv4

UI for Backpack v6 that uses CoreUI v4 and Bootstrap v5.
MIT License
7 stars 4 forks source link

[Bug] Quick summary here #53

Open mialex opened 3 months ago

mialex commented 3 months ago

Bug report

cp -i vendor/backpack/theme-coreuiv4/src/resources/views/dashboard.blade.php resources/views/vendor/backpack/theme-coreuiv4/dashboard.blade.php

Do you know that you don't have this file vendor/backpack/theme-coreuiv4/src/resources/views/dashboard.blade.php Check the https://github.com/Laravel-Backpack/theme-coreuiv4/tree/main/src

karandatwani92 commented 3 months ago

Hey @mialex

Sorry, the command in the readme is wrong. The correct command is:

cp -i vendor/backpack/crud/src/resources/views/ui/dashboard.blade.php resources/views/vendor/backpack/theme-coreuiv4/dashboard.blade.php

Thanks for reporting.

karandatwani92 commented 3 months ago

Note: Tabler has the correct command listed. But Core UI v2 & v4 have the wrong command in readme. Need to update.