robertlemke / example-bookshop
Distribution for the Bookshop Example
Installs: 183
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 3
Open Issues: 2
pkg:composer/robertlemke/example-bookshop
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: 2025-09-29 01:39:08 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.