Skip to content

rmsint/cmf-intro

Repository files navigation

Introduction to the Symfony CMF

Welcome to the code of the presentation introducing the Symfony CMF.

During the presentation a CMS is build following these steps:

  1. Install Symfony and bootstrap template;
  2. Install Cmf;
  3. Add fixtures and content;
  4. Add auto routing;
  5. Update templates;
  6. Add cache;
  7. Add backend CMS;
  8. Add frontend editing tool;
  9. Add media, media browser and imagine.

Each of these steps have a corresponding branch, checkout each branch to see the changes made.

When checking out a branch run from the command line:

  • app/console assets:install web
  • app/console assetic:dump

From step 3:

  • app/console doctrine:phpcr:repository:init
  • app/console doctrine:phpcr:fixtures:load

Releases

No releases published

Packages

No packages published