<p align="right">
    <a href="https://github.com/laravel-shift/faker-registry/actions"><img src="https://github.com/laravel-shift/faker-registry/workflows/Build/badge.svg" alt="Build Status"></a>
    <a href="https://packagist.org/packages/laravel-shift/faker-registry"><img src="https://poser.pugx.org/laravel-shift/faker-registry/v/stable.svg" alt="Latest Stable Version"></a>
    <a href="https://github.com/badges/poser/blob/master/LICENSE"><img src="https://poser.pugx.org/laravel-shift/faker-registry/license.svg" alt="License"></a>
</p>

# Faker Registry
This _subpackage_ provides a registry for generating [Faker](https://github.com/fzaninotto/Faker) data from a name or data type.

It is intended to be shared by higher-level packages to ease development, contributions, and maintenance by centralizing this common logic.

Packages which use [shift/faker-registry](https://github.com/laravel-shift/faker-registry) include:

- [Blueprint](https://github.com/laravel-shift/blueprint)
- [Laravel Factory Generator](https://github.com/mpociot/laravel-test-factory-helper)
- [Laravel Factory Prefill](https://github.com/Naoray/laravel-factory-prefill)
- [Laravel Factories Reloaded](https://github.com/christophrumpel/laravel-factories-reloaded)
