robertlemke / example-bookshop
Distribution for the Bookshop Example
dev-master
2017-02-14 09:06 UTC
Requires
- neos/flow: ~4.0.0
- neos/media: 3.0.x-dev as 3.0.1
- neos/party: ~4.0.0
- neos/twitter-bootstrap: ~3.0.0
Requires (Dev)
- mikey179/vfsstream: ~1.6
- neos/behat: dev-master
- neos/buildessentials: ~4.0.0
- neos/kickstarter: ~4.0.0
- phpunit/phpunit: ~5.4.0
Suggests
- ext-pdo_sqlite: For running functional tests out-of-the-box this is required
This package is auto-updated.
Last update: 2024-10-29 04:09:16 UTC
README
This application based on Flow Framework contains various little examples how to use and build on features Flow provides. That includes basic use of the Model View Controller framework, Dependency Injection, sessions, resource handling (for binary data such as pictures), templating and more.
This repository contains a Flow distribution, which means you simply clone the repository, and then run composer install
.
As for the database, simply add database credentials into a Settings.yaml
in Configuration/Development
and run ./flow doctrine:migrate
.
This package has been revised for Flow 4.0.