neyshaburi/faker

Farsi fake data package for laravel 5.2

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:laravel

v1.2 2018-07-26 17:41 UTC

This package is not auto-updated.

Last update: 2024-10-05 17:47:57 UTC


README

Farsi faker package for laravel . This package is created for testing your project with fake data not for create spam. please do not use it to create spam. New options are comming soon. Enjoy it, thanks.

Installation

Step 1

get install package with composer

composer require neyshaburi/faker:1.*

Step 2

Next add this line in your 'config/app.php' in the providers array:

Neyshaburi\Faker\FakerServiceProvider::class,

Step 3

Next add this line in your 'config/app.php' in the aliases array:

'Faker' => Neyshaburi\Faker\Facades\Faker::class,

Done :)

License

The MIT License (MIT). Please see License File for more information.