PHPackages                             superbig/craft3-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. superbig/craft3-faker

AbandonedArchivedCraft-plugin[Utility &amp; Helpers](/categories/utility)

superbig/craft3-faker
=====================

Fake data

261PHP

Since Nov 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sjelfull/craft3-faker)[ Packagist](https://packagist.org/packages/superbig/craft3-faker)[ RSS](/packages/superbig-craft3-faker/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Faker plugin for Craft CMS 3.x
==============================

[](#faker-plugin-for-craft-cms-3x)

> This plugin is a WIP version, and is not really ready to use yet.

Create elements with fake data, swiftly.

[![Screenshot](resources/img/icon.png)](resources/img/icon.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require superbig/craft3-faker

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Faker.

Faker Overview
--------------

[](#faker-overview)

-Insert text here-

Configuring Faker
-----------------

[](#configuring-faker)

Add jobs in the config file.

Typehint the element type and the Faker Generator (autoinjected) to autocomplete method in IDEs like PHPStorm.

```
