https://github.com/haruncpi/db-seeder
A database seeder app for MySQL
https://github.com/haruncpi/db-seeder
application database desktop-application dummy-data dummy-data-generator laravel mysql php seed-database web wordpress
Last synced: 30 days ago
JSON representation
A database seeder app for MySQL
- Host: GitHub
- URL: https://github.com/haruncpi/db-seeder
- Owner: haruncpi
- Created: 2020-06-13T04:38:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T07:03:49.000Z (about 3 years ago)
- Last Synced: 2025-03-24T22:51:20.527Z (about 2 months ago)
- Topics: application, database, desktop-application, dummy-data, dummy-data-generator, laravel, mysql, php, seed-database, web, wordpress
- Homepage: https://laravelarticle.com/db-seeder
- Size: 172 KB
- Stars: 101
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DB Seeder
A free dummy data generation tool for MySQL. You can generate data for Laravel, WordPress, Drupal, Joomla or any framework or raw PHP project without writing any code or using any third-party package.

## Operating System
WindowsLinuxmacOS (Intel)M1 Mac 2020### Important for Mac OS
Run these command after install the app into `Applications` folder.```
sudo xattr -rd com.apple.quarantine Applications/dbseeder
``````
sudo codesign --force --deep --sign - Applications/dbseeder
```## Download
[DB Seeder](https://github.com/haruncpi/db-seeder/releases)## Documentation
[DB Seeder](https://laravelarticle.com/db-seeder)## Support Us
- By giving star on GitHub project.
- By donating on this project.## Data Type
- regex
- constant
- custom_list
- boolean
- integer
- number_range
- float
- word
- sentence
- text
- text_long
- address
- slug
- name
- phone
- password
- male_name
- female_name
- time
- date
- date_range
- datetime
- timestamp