Welcome to Neos Flow {version}
Switch to Development context
You should enable the Development context for your first steps into the world of Flow!
Check the Flow reference and/or
the Quickstart tutorial for instructions.
Getting started 👋
Open a terminal and create your first package with
cd {flowPathRoot}
to create a package with a boilerplate controller.
./flow kickstart:package Happy.Coding
Click on
Once you've created the "Happy.Coding" package - refresh this page to find the next step
Keep Flowing
- Docs: Flow Quickstart
- Docs: The Definitive Guide
- Contribute to Flow and Neos
- Start a thread in our forum
- Join us on Slack
- Report a bug
- Github
Remove the Welcome package (optional)
Remove the Welcome package via composer composer remove neos/welcome
and then run
flow.bat package:rescan
./flow package:rescan