Download the PHP package chinleung/laravel-faker-providers without Composer
On this page you can find all versions of the php package chinleung/laravel-faker-providers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chinleung/laravel-faker-providers
More information about chinleung/laravel-faker-providers
Files in chinleung/laravel-faker-providers
Package laravel-faker-providers
Short Description Custom collection of Laravel Faker providers.
License MIT
Homepage https://github.com/chinleung/laravel-faker-providers
Informations about the package laravel-faker-providers
Laravel Faker Providers
A collection of extra Faker providers.
Installation
You can install the package via composer:
Providers
BooleanOptionalModifierProvider
### Note This is a provider that adds support for true and false values Faker's default optional modifier.TranslatableAttributeProvider
### Note This is a provider for JSON columns of [Spatie's Laravel Translatable](https://github.com/spatie/laravel-translatable) package. ### Methods * [translatable](#translatableclosure-callable-array-locales--null--array) * [translatableName](#translatablenamearray-locales--null--array) ### translatable(\Closure $callable, array $locales = null) : array _Pass a closure to be executed for every locale._Example
**Output**Example
**Output**Usage
Add the provider that you need to your Faker\Generator
instance and simply use a method of the provider:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Chin Leung
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.