PHPackages                             dotunj/randomable - 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. dotunj/randomable

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

dotunj/randomable
=================

A package for generating random data

27[1 issues](https://github.com/Dotunj/randomable/issues)PHP

Since Dec 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Dotunj/randomable)[ Packagist](https://packagist.org/packages/dotunj/randomable)[ RSS](/packages/dotunj-randomable/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Introduction
============

[](#introduction)

This is a Laravel package for generating random data such as first names, last names and emails.

### Step One - Installation

[](#step-one---installation)

Require the package via composer into your project

```
composer require dotunj/randomable
```

### Step Two - Publishing Configurations

[](#step-two---publishing-configurations)

Randomable provides you with an easy way of customizing the table name for storing the random data. To customize this you need to publish the configuration file and edit the table name. To publish the configuration files, run:

`php artisan vendor:publish --tag=randomable-config`

This is the content of the config file that will be published at `config/randomable.php`

```
