fuzzyma/contao-eloquent-example-project

Example Project which shows the eloquent features brought to you by the fuzzyma/contao-eloquent-bundle

0.1.1 2016-07-14 12:10 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:58:54 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.