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: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/fuzzyma/contao-eloquent-example-project

0.1.1 2016-07-14 12:10 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:23:44 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.