Download the PHP package ardenthq/nova-table-metrics without Composer
On this page you can find all versions of the php package ardenthq/nova-table-metrics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ardenthq/nova-table-metrics
More information about ardenthq/nova-table-metrics
Files in ardenthq/nova-table-metrics
Download ardenthq/nova-table-metrics
More information about ardenthq/nova-table-metrics
Files in ardenthq/nova-table-metrics
Vendor ardenthq
Package nova-table-metrics
Short Description Advanced table metrics for Laravel Nova.
License MIT
Package nova-table-metrics
Short Description Advanced table metrics for Laravel Nova.
License MIT
Please rate this library. Is it a good library?
Informations about the package nova-table-metrics
Laravel Nova Table Metrics
A custom card allowing you to add Table Metrics with a Date Period filter
Installation
Usage
Creating a Table component
Disable date filters
To disable date filters, override the hasPeriodSelector
method on the Table component:
Registering a Table
In your Nova dashboard, register a table by adding it to the cards
method:
Development
- Run
yarn nova:install
andyarn install
to install all the necessary dependencies for compiling the view components - Run
yarn run dev
(oryarn run watch
) while making changes to the components in your local environment - If you modify Vue components, ensure to compile for production before making a PR
Compile for production
- Run
yarn nova:install
andyarn install
to install all the necessary dependencies for compiling the view components. - Run
yarn run production
.
Analyze the code with phpstan
Refactor the code with php rector
Format the code with php-cs-fixer
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Credits
This project exists thanks to all the people who contribute.
License
ArdentHQ
All versions of nova-table-metrics with dependencies
PHP Build Version
Package Version
The package ardenthq/nova-table-metrics contains the following files
Loading the files please wait ....