Skip to content

Installation

You can install the package via composer:

bash
composer require sandermuller/laravel-fluent-validation

Requires PHP 8.2+ and Laravel 12+.

Upgrading from an older release? See UPGRADING.md.

AI-assisted development

If you use Laravel Boost, this package ships with skills that give AI assistants the full FluentRule API reference:

bash
php artisan boost:install    # adds the skills
php artisan boost:update     # publishes updates after package upgrades