sonata-project / SonataPageBundle

This bundle provides a Site and Page management through container and block services
https://docs.sonata-project.org/projects/SonataPageBundle
MIT License
219 stars 210 forks source link

Support the new Symfony 5.3 Runtime with multisite host_with_path #1604

Closed haivala closed 11 months ago

haivala commented 2 years ago

Feature Request for 4.x

Runtime: https://symfony.com/doc/current/components/runtime.html Multisite: https://docs.sonata-project.org/projects/SonataPageBundle/en/4.x/reference/multisite/

The purpose of the Runtime component is to abstract most of the application bootstrapping logic into so-called runtimes, allowing you to write generic front-controllers. This will make Symfony applications easier to maintain, because the front-controller code can be moved to a Symfony Flex recipe managed automatically by Symfony.

from https://symfony.com/blog/new-in-symfony-5-3-runtime-component

Current implementation needs changes to index.php to be able to use host_with_path multisite and I'm guessing we would need page runtime now

eerison commented 2 years ago

Yeah after release 4.0, it would be a good feature for multi sites ❤️

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

haivala commented 1 year ago

This should not be closed

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

haivala commented 1 year ago

Should we keep this one?