https://github.com/neos/flow-base-distribution
Distribution providing a basis for starting new Flow projects
https://github.com/neos/flow-base-distribution
hacktoberfest
Last synced: 7 months ago
JSON representation
Distribution providing a basis for starting new Flow projects
- Host: GitHub
- URL: https://github.com/neos/flow-base-distribution
- Owner: neos
- Created: 2015-08-18T13:13:45.000Z (over 10 years ago)
- Default Branch: 9.0
- Last Pushed: 2025-05-12T10:45:32.000Z (8 months ago)
- Last Synced: 2025-06-06T08:38:48.635Z (7 months ago)
- Topics: hacktoberfest
- Homepage: https://www.neos.io/
- Size: 3.57 MB
- Stars: 19
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.rst
Awesome Lists containing this project
README
----------------------
Flow base distribution
----------------------
This repository provides a basis for starting new Flow projects. After running `composer update` or `composer install` respectively,
you will have all packages installed which are needed for a standard Flow application.
It is best practice is to fork this repository, then clone it locally and adjust the dependencies in composer.json to your needs.
After running `composer update`, check in the generated `composer.lock` file and push the result to your fork or a new repository.
Learn more about the Flow application framework on http://www.neos.io/.
You'll find the installation instructions and more at http://flowframework.readthedocs.org/