Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Latest commit

 

History

History
87 lines (63 loc) · 2.3 KB

index.rst

File metadata and controls

87 lines (63 loc) · 2.3 KB

Symfony CMF Documentation

The Symfony Content Management Framework (CMF) project is organized by the Symfony community and has several sponsoring companies and prominent open source leaders implementing the philosophy of the decoupled CMS.

quick_tour/index bundles/index components/index contributing/index cookbook/index tutorial/index

Quick Tour

The best way to get started with the Symfony CMF is by reading the Quick Tour. This will guide you through the code, philosophy and architecture of the Symfony CMF project.

quick_tour/the_big_picture quick_tour/the_model quick_tour/the_router quick_tour/the_third_party_bundles

Tutorial

The tutorial guides you through all features of the CMF. It uses a step-by-step way to create a complete website build from the ground up with the CMF.

tutorial/introduction tutorial/getting-started tutorial/auto-routing tutorial/sonata-admin tutorial/content-to-controllers tutorial/the-frontend tutorial/make-homepage tutorial/conclusion

Bundles

Looking for some in depth information about a CMF Bundle? Want to know if you can use a bundle independently and how to do it? In this case the bundles section is the right place for you!

Browse the bundles <bundles/index>

Components

The Symfony CMF believes in a concept where bundles integrate library (components) into the framework. The components can be used in any PHP project, even when they are not using Symfony.

Browse the components <components/index>

Cookbook

The cookbook consist of articles about advanced concepts of the Symfony CMF.

Browse the cookbook <cookbook/index>

Contributing

Do you want to contribute to the Symfony CMF? Start reading these articles!

Browse the contributing guide <contributing/index>