nova-custom-dashboard-card icon indicating copy to clipboard operation
nova-custom-dashboard-card copied to clipboard

A Laravel Nova dashboard card that allows you to build custom dashboards.

Results 5 nova-custom-dashboard-card issues
Sort by recently updated
recently updated
newest added

There is a way that i can set some default card? for when i'm opening nova on dashboard i need it to set default card to show that doesn't need...

Hi is there anyway after setting up all the cards easy way to disable those trash can and probably disable add card etc button also :) Thanks

Pacakge.lock.json is required to lock away the breaking dependency and also, vue-grid-layout version needs to be fixed in order to package to work, vue-grid-layout latest version does not work with...

Hi: so here : https://novapackages.com/packages/beyondcode/nova-custom-dashboard-card , In the section Define available cards, it writes: ```php // in app/Providers/NovaServiceProvder.php use Beyondcode\CustomDashboardCard\CustomDashboard; public function boot() { parent::boot(); CustomDashboard::cards([ new UsersPerDay, new TotalUsers,...

I noticed `gridstack` is in the `package.json` dependencies but doesn't seem to be used. Is it required for this package or was it replaced by `vue-grid-layout`?