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 type in cd {flowPathRoot}
cd Configuration
cp Settings.yaml.example Settings.yaml
to activate the default configuration and routes.
Adjust the copied file to your needs afterwards.

Now 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 flow:package:rescan ./flow flow:package:rescan