Welcome to Neos Flow 8.0.4

Getting started 👋

Open a terminal and type in cd /var/www/presence.ixam.cloud/Quickstart
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 /var/www/presence.ixam.cloud/Quickstart
./flow kickstart:package Happy.Coding
to create a package with a boilerplate controller.

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

A small note at this point: When the Welcome Package is deleted, the Fluid template engine is also removed. If you want to continue using Fluid, you have to install it manually via composer.