https://github.com/robertlemke/robertlemke.example.bookshop
Example collection for Neos Flow
https://github.com/robertlemke/robertlemke.example.bookshop
ddd flowframework php
Last synced: 6 months ago
JSON representation
Example collection for Neos Flow
- Host: GitHub
- URL: https://github.com/robertlemke/robertlemke.example.bookshop
- Owner: robertlemke
- Created: 2013-03-01T00:11:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T07:35:30.000Z (over 8 years ago)
- Last Synced: 2025-04-22T15:48:17.698Z (9 months ago)
- Topics: ddd, flowframework, php
- Language: PHP
- Homepage:
- Size: 1.17 MB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RobertLemke.Example.Bookshop
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.
