This Laravel package allows you to create countdown timer on the go. It's very easy to use and understand and modify.
kazeeem/laravel-flexible-countdown is a Laravel package for this laravel package allows you to create countdown timer on the go. it's very easy to use and understand and modify..
It currently has 1 GitHub stars and 40 downloads on Packagist (latest version v1.0.1).
Install it with composer require kazeeem/laravel-flexible-countdown.
Discover more Laravel packages by kazeeem
or browse all Laravel packages to compare alternatives.
Last updated
Key Features • How To Use • Credits • License
This package requires the use of Jquery 3.6.0 and above
# Install via Composer
* composer require kazeeem/laravel-flexible-countdown
# Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
* 'providers' => [
// ...
Kazeeem\FlexibleCountdown\FlexibleCountdownServiceProvider::class,
];
# Publish the asset
$ Run this artisan command:
* php artisan vendor:publish --tag=public --force

However, there are some optional parameters you may want to use as well:

This countdown package uses the following library:
MIT
codingkaz.com.ng · GitHub @Kazeeem · Twitter @Kazeeem_A