Best laravel framework open-source packages.

Seeder

Generates dummy data for your ERP installtaion
Updated 4 years ago

Dummy Data Generator

Go to ERP Settings => Tools

Warning: This will delete your all existing employees, departments and designations

Tools Page

Installation

  1. Clone the repo
  2. Run the command composer install

CLI Commands

wp erp-seeder seed customer --num=1000
// or
wp erp-seeder seed employee --num=1000
wp erp-seeder truncate employee
Tags seed php