neos / setup

An extensible setup tool for Flow based applications
MIT License
6 stars 15 forks source link

Replace Component with a Middleware or remove completely? #57

Closed albe closed 4 years ago

albe commented 4 years ago

With Flow 7 Components will no longer be supported. However, looking at the current code of the component (https://github.com/neos/setup/blob/master/Classes/Core/ConfigureRoutingComponent.php), it just forces the router to load the Setup Routes.yaml and will then run as long as the package exists?

albe commented 4 years ago

/cc @bwaidelich