Persian fake data package for laravel

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 11

Type:laravel

v1.0.3 2018-10-23 10:02 UTC

This package is auto-updated.

Last update: 2024-09-24 05:15:53 UTC


README

Persian 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 ybazli/faker

Step 2

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

Ybazli\Faker\FakerServiceProvider::class,

Step 3

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

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

Done :)

License

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