nova-filterable-cards
nova-filterable-cards copied to clipboard
Add custom filters to your Nova metric cards
Hi, @sschlein @mpociot Having issues on latest V2-version of Nova: *2.12.0* ``` Declaration of Beyondcode\FilterableCard\FilterableValue::aggregate($request, $model, $function, $column = NULL) should be compatible with Laravel\Nova\Metrics\Value::aggregate($request, $model, $function, $column = NULL,...
These are the current changes I had to implement to get this repository to work. Includes #2 plus adding $dateColumn to FilterableValue. Also removed nova as a requirement, seems like...
Your requirements could not be resolved to an installable set of packages. Problem 1 - Conclusion: remove laravel/framework v6.0.3 - Conclusion: don't install laravel/framework v6.0.3 - orchestra/testbench 3.7.x-dev requires laravel/framework...
`λ composer require beyondcode/nova-filterable-cards Using version ^0.0.1 for beyondcode/nova-filterable-cards ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to...
Before the data is loaded into the metrics, the card is displayed as a modal and a translucent background is added to the document. But this background is not being...
Hi there - **Laravel 5.7** I am a bit confused on how to use this package. I have followed the readme: This is my Metric Card: `NewFlowStatistics.php` ``` use Beyondcode\FilterableCard\FilterableValue;...
This fixes https://github.com/beyondcode/nova-filterable-cards/issues/2 and doesn't show the background unless the modal is open.