conference-tutorial-1.0 icon indicating copy to clipboard operation
conference-tutorial-1.0 copied to clipboard

2. Adding a bundle to contain our application

Open dbu opened this issue 12 years ago • 0 comments

This creates a basic bundle as produced by app/console generate:bundle. We load that bundle and configure the default template for SimpleCms Pages.

Additionally, we add a Doctrine fixtures file to load a couple of SimpleCms Pages. To load the fixtures, run

app/console doctrine:phpcr:fixtures:load

After the fixtures have been loaded, the URL for the homepage will give you a page, as will the URLs http://conf.lo/app_dev.php/schedule and http://conf.lo/app_dev.php/speakers .

dbu avatar Dec 03 '13 06:12 dbu