PHP code example of shemyart / filament-date-range

1. Go to this page and download the library: Download shemyart/filament-date-range 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/ */

    

shemyart / filament-date-range example snippets

 
php artisan vendor:publish --tag="date-range-filament-translations"

use Shemyart\DateRangeFilament\Filters\DateFilter;

DateFilter::make('date_of_birth')