PHP code example of beyondcode / nova-filterable-cards
1. Go to this page and download the library: Download beyondcode/nova-filterable-cards library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
beyondcode / nova-filterable-cards example snippets
// in your Nova value metric card class:
import Beyondcode\FilterableCard\FilterableValue;
use FilterableValue;