Download the PHP package trappar/alice-generator-bundle without Composer
On this page you can find all versions of the php package trappar/alice-generator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package alice-generator-bundle
AliceGeneratorBundle
This bundle integrates the AliceGenerator library into Symfony.
Introduction
TrapparAliceGeneratorBundle allows you to generate Alice Fixtures from your existing data.
You can learn more in the documentation for the standalone library.
Table of Contents
- Installation
- Configuration
- Full Configuration Reference
- Usage
- Resources
- Credits
- License
Installation
Then, enable the bundle by updating your app/AppKernel.php
file to enable the bundle:
Configuration
TrapparAliceGeneratorBundle requires no initial configuration to get you started.
For all available configuration options, please see the configuration reference.
Usage
The main method for using this bundle is the included command line application. Use this by running:
And simply follow along with the prompts.
You can also request the FixtureGenerator as a service from the container:
Learn more in the documentation for the dedicated library.
Resources
- Changelog
- Upgrade Guide
- AliceGenerator
- Alice
- AliceBundle
- Faker
Credits
This bundle was developed by Jeff Way with quite a lot of inspiration from:
License
All versions of alice-generator-bundle with dependencies
trappar/alice-generator Version ^0.3
doctrine/orm Version ~2.4
doctrine/doctrine-bundle Version ^1.6
symfony/finder Version ^3.0|^4.0
symfony/validator Version ^3.0|^4.0
symfony/console Version ^3.0|^4.0
symfony/framework-bundle Version ^3.0|^4.0
symfony/yaml Version ^3.0|^4.0