PHP code example of artmin96 / filament-md-time-picker
1. Go to this page and download the library: Download artmin96/filament-md-time-picker 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/ */
artmin96 / filament-md-time-picker example snippets
return [
];
$filamentMdTimePicker = new ArtMin96\FilamentMdTimePicker();
echo $filamentMdTimePicker->echoPhrase('Hello, ArtMin96!');
bash
php artisan vendor:publish --tag="filament-md-time-picker-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="filament-md-time-picker-config"
bash
php artisan vendor:publish --tag="filament-md-time-picker-views"