Build Status Latest Stable Version License

Real-Time Factories is an open-source package for dynamically generating model factories in your Laravel applications aimed at lessening the barrier to testing and factory maintenance.

Requirements

Blueprint requires a Laravel application running a supported version of Laravel, currently that is Laravel 10.x or higher.

Installation

You may install this package via Composer using the following command:

composer require -W --dev laravel-shift/real-time-factories

This package will automatically register itself using package discovery.

Usage

Once installed, simply add the RealTimeFactories trait to any model you want real-time factories generated for you.

Support Policy

This package supports the latest stable version of Laravel (currently Laravel 11), as well as any version still receiving support (currently Laravel 10).