From 6ea7370ae362dac2d7ed5297a65cc8df6146c0ce Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 11 Jan 2016 18:03:14 +0100 Subject: [PATCH] Added new links to the Symfony screencast series at KnpU --- book/installation.rst | 14 +++++++++++--- book/page_creation.rst | 6 ++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/book/installation.rst b/book/installation.rst index 54ce48ec930..e1627591e64 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -4,9 +4,16 @@ Installing and Configuring Symfony ================================== -The goal of this chapter is to get you up and running with a working application -built on top of Symfony. In order to simplify the process of creating new -applications, Symfony provides an installer application. +Welcome to Symfony! Starting a new Symfony project is easy. In fact, you'll have +your first working Symfony application up and running in just a few short minutes. + +.. seealso:: + + Do you prefer video tutorials? Check out the `Joyful Development with Symfony`_ + screencast series from KnpUniversity. + +To make creating new applications even simpler, Symfony provides an installer. +Downloading it is your first step. Installing the Symfony Installer -------------------------------- @@ -412,6 +419,7 @@ need in your new application. Be sure to also check out the :doc:`Cookbook `, which contains a wide variety of articles about solving specific problems with Symfony. +.. _`Joyful Development with Symfony`: http://knpuniversity.com/screencast/symfony .. _`explained in this post`: http://fabien.potencier.org/signing-project-releases.html .. _`Composer`: https://getcomposer.org/ .. _`Composer download page`: https://getcomposer.org/download/ diff --git a/book/page_creation.rst b/book/page_creation.rst index 40fc1117d68..2376a025f64 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -21,6 +21,11 @@ simple two-step process: Just like on the web, every interaction is initiated by an HTTP request. Your job is pure and simple: understand that request and return a response. +.. seealso:: + + Do you prefer video tutorials? Check out the `Joyful Development with Symfony`_ + screencast series from KnpUniversity. + .. index:: single: Page creation; Example @@ -585,6 +590,7 @@ There's also a :doc:`Cookbook ` *packed* with more advanced Have fun! +.. _`Joyful Development with Symfony`: http://knpuniversity.com/screencast/symfony/first-page .. _`app/Resources/views/base.html.twig`: https://github.com/symfony/symfony-standard/blob/2.7/app/Resources/views/base.html.twig .. _`Composer`: https://getcomposer.org .. _`find open source bundles`: http://knpbundles.com