dakota / data-seeder
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:cakephp-plugin
Requires
- fzaninotto/faker: ~1.3
This package is auto-updated.
Last update: 2024-10-09 23:49:50 UTC
README
A simple shell for CakePHP to work with seed files for easy use of testing data.
It is still being developed and new features will continue to be added.
##Usage##
Step 1: Copy folders "Config" and "Console" into your "app" Folder
Step 2: Go to Config/Seeds
folder in your app and add/remove/customize seed files as you like
Step 3: Open shell and run cake command ./cake seed
Step 4: Follow instructions
##Feedback##
Report An Issue/Bug
Please report issues on the project’s GitHub Issues page.
Comments/Suggestions
If you would like to leave some general feedback, please leave me a mail (julius [at] ehrlich-bros [dot] de) or write me on skype (raiiid).
##Known bugs##
- Can't get it working under Windows, will fix this
##Changelog##
Nothing yet.