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.

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}
./flow kickstart:package Happy.Coding
to create a package with a boilerplate controller.

Click on this link to see your new package in action

Once you've created the "Happy.Coding" package - refresh this page to find the next step

Keep Flowing

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