Skip to content

Installation

Requirements

  • PHP ^8.2
  • fissible/accord ^1.0
  • fissible/drift ^1.0

Both accord and drift are installed automatically as Composer dependencies.

Install

Terminal window
composer require fissible/forge

Auto-discovery

forge registers its service provider via Laravel’s package auto-discovery. No manual registration is needed.

After installation, the accord:generate command is available:

Terminal window
php artisan accord:generate --help

Dependency chain

forge depends on both accord and drift. Requiring forge gives you the full generation → validation → drift detection pipeline in one composer require.

PackageRole
fissible/accordRuntime contract validation
fissible/driftDrift detection and version analysis
fissible/forgeSpec generation from routes