Very short description of the package
Laravel Faker Generator for Dummies. This package intended to speed up development process by reducing time for new developer to learn faker package and help create a huge number of dummy data for testing or development purpose.
Installation
You can install the package via composer:
composer require --dev iqmal/laravel-faker-generator
Publish Vendor Package to publish the configuration, assets, and views
php artisan vendor:publish
Choose the package
Usage
After installation done, UI can be access via URL {{domain}}/faker
Security
If you discover any security related issues, please email iqmal@docker.my instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.