Apply file structure best practice to Flow Project #1680
Open
Description
Description
./flow kickstart
and documentation needs an update to fit into best practice folder structure described here:
Steps to Reproduce
- Read the Blog article written by Christian Müller
- Read the docs about creating a new package
- Be confused.
Expected behavior
./flow kickstart
creates your package in DistributionPackages
Documentation about creating a new package should make it clear that you create your packages in DistributionPackages
Actual behavior
./flow kickstart
creates the new package in Packages
.
Affected Versions
Neos: 4.3.3
Flow: 5.3.2
but this is standard afaik, so should be on all versions.