fuzzyma / contao-eloquent-example-project
Example Project which shows the eloquent features brought to you by the fuzzyma/contao-eloquent-bundle
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.0
- contao/contao: ~4.2
- doctrine/doctrine-bundle: ~1.6
- fuzzyma/contao-database-commands-bundle: *
- fuzzyma/contao-eloquent-example-project-bundle: *
- incenteev/composer-parameter-handler: ~2.0
- lexik/maintenance-bundle: ~2.0
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ~2.8
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: ~2.8|~3.0
This package is not auto-updated.
Last update: 2024-11-09 20:44:56 UTC
README
#ContaoEloquentExampleProject
Example project for the use of eloquent models in contao
Installation
composer create-project fuzzyma/contao-eloquent-example-project exampleProject app/console contao:setup
The app/console contao:setup
is provided from the
fuzzyma/contao-database-commands-bundle
and does the work from the install tool. This bundle is already required by the example project which makes the
command accessible.