a3020 / fake_data
Use fake data in your concrete5 installation
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:concrete5-package
Requires
- fzaninotto/faker: ^1.7
This package is auto-updated.
Last update: 2024-11-09 22:31:59 UTC
README
Currently supported commands
You can create fake data via the CLI. Start the CLI environment via concrete/bin/concrete5
. Supported commands are:
fake-data:create:logs --amount 100
fake-data:create:users --amount 50
Installation Composer based environment
To install this package on a composer based concrete5 site, make sure you already have composer/installers then run:
$ composer require a3020/fake_data
Then install the package:
$ ./vendor/bin/concrete5 c5:package-install fake_data
Installation normal environment
In a normal concrete5 environment, download the ZIP file, extract its
contents to packages
and run composer install
in the packages/fake_data
directory.