Installation

Requirements

  • PHP 8.4+
  • Laravel 9+

Install via Composer

composer require kodefarmers/laravel-cadence

Laravel will automatically discover and register the package.

Publish the Configuration

If you wish to customize the default settings, publish the configuration file:

php artisan vendor:publish --tag=cadence-config

This will create a config/cadence.php file in your application where you can modify the default driver, free attempts, idle timeout, cache store, and driver-specific options.