cakephp-fake-seeder
cakephp-fake-seeder copied to clipboard
A CakePHP shell to seed your database with fake and/or fixed data.
Currently, if one has stored his seeder tasks in a sub folder of `app/Console/Task`, the seeder task prompt does not find them. If one enters a valid seeder task name...
Currently, if one has stored his seeder tasks in a plugin instead of `app/Console/Task`, the seeder task prompt does not find them.
Currently, if one has stored his seeder tasks in any other folder than `app/Console/Task`, while having setup the folder lookups correcly , the seeder task prompt does not find them.