PHPackages                             innoge/filament-form-faker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. innoge/filament-form-faker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

innoge/filament-form-faker
==========================

A package to generate fake input data for Filament forms.

v0.4.0(1mo ago)162.5k1[2 PRs](https://github.com/InnoGE/filament-form-faker/pulls)MITPHPPHP ^8.2CI passing

Since Dec 6Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/InnoGE/filament-form-faker)[ Packagist](https://packagist.org/packages/innoge/filament-form-faker)[ Docs](https://github.com/innoge/filament-form-faker)[ RSS](/packages/innoge-filament-form-faker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (28)Versions (13)Used By (0)

Filament Form Faker
===================

[](#filament-form-faker)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8ccf66c28daed0356b97295d235789e29c73410301e0b337f85e09fc8e357acc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e6e6f67652f66696c616d656e742d666f726d2d66616b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/innoge/filament-form-faker)[![GitHub Tests Action Status](https://camo.githubusercontent.com/850f31a080935bcc4a862e0bbd453c32631f39c184a0bcd9c2e06cc576ac2060/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e6e6f67652f66696c616d656e742d666f726d2d66616b65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/innoge/filament-form-faker/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/fb5865aff5283198154fb872671a1c9261ed2fcbafc55518f4314378aed9b811/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e6e6f67652f66696c616d656e742d666f726d2d66616b65722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/innoge/filament-form-faker/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e4303988d23ea65c7680ce118c9d24ab1e566d241bbe0dee1bc99713bae230a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e6e6f67652f66696c616d656e742d666f726d2d66616b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/innoge/filament-form-faker)

The Filament Form Faker is a utility package designed for generating fake input data in Filament v3 forms. It's ideal for streamlining the development of extensive forms and conducting thorough form testing.

Note

This package is not recommended for production use and should be limited to development and testing scenarios.

This package is currently in its Beta phase. Your participation in testing and feedback through issue reporting is highly appreciated.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require innoge/filament-form-faker --dev
```

Filament Panel Usage
--------------------

[](#filament-panel-usage)

To autofill forms with fake data in Filament Record Pages, use the `InnoGE\FilamentFormFaker\Traits\FillsFormWithFakeData` trait. Below is an example for the CreateUser of the UserResource page:

```
