Skip to content

Commit c77773a

Browse files
committed
minor #6129 Added new links to the Symfony screencast series at KnpU (javiereguiluz)
This PR was merged into the 3.0 branch. Discussion ---------- Added new links to the Symfony screencast series at KnpU | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | 3.0+ | Fixed tickets | - KnpU has just published a new (and free) screencast series about Symfony 3 (http://knpuniversity.com/screencast/symfony). I propose to link to it from two book chapters: installation and "create your first page". These chapters are critical for us because they are the starting point for most Symfony newcomers. We must do as much as we can do to "engage" them and lots of developers love video tutorials. Commits ------- 6ea7370 Added new links to the Symfony screencast series at KnpU
2 parents 2db6e18 + 6ea7370 commit c77773a

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

Diff for: book/installation.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@
44
Installing and Configuring Symfony
55
==================================
66

7-
The goal of this chapter is to get you up and running with a working application
8-
built on top of Symfony. In order to simplify the process of creating new
9-
applications, Symfony provides an installer application.
7+
Welcome to Symfony! Starting a new Symfony project is easy. In fact, you'll have
8+
your first working Symfony application up and running in just a few short minutes.
9+
10+
.. seealso::
11+
12+
Do you prefer video tutorials? Check out the `Joyful Development with Symfony`_
13+
screencast series from KnpUniversity.
14+
15+
To make creating new applications even simpler, Symfony provides an installer.
16+
Downloading it is your first step.
1017

1118
Installing the Symfony Installer
1219
--------------------------------
@@ -412,6 +419,7 @@ need in your new application.
412419
Be sure to also check out the :doc:`Cookbook </cookbook/index>`, which contains
413420
a wide variety of articles about solving specific problems with Symfony.
414421

422+
.. _`Joyful Development with Symfony`: http://knpuniversity.com/screencast/symfony
415423
.. _`explained in this post`: http://fabien.potencier.org/signing-project-releases.html
416424
.. _`Composer`: https://getcomposer.org/
417425
.. _`Composer download page`: https://getcomposer.org/download/

Diff for: book/page_creation.rst

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ simple two-step process:
2121
Just like on the web, every interaction is initiated by an HTTP request.
2222
Your job is pure and simple: understand that request and return a response.
2323

24+
.. seealso::
25+
26+
Do you prefer video tutorials? Check out the `Joyful Development with Symfony`_
27+
screencast series from KnpUniversity.
28+
2429
.. index::
2530
single: Page creation; Example
2631

@@ -585,6 +590,7 @@ There's also a :doc:`Cookbook </cookbook/index>` *packed* with more advanced
585590

586591
Have fun!
587592

593+
.. _`Joyful Development with Symfony`: http://knpuniversity.com/screencast/symfony/first-page
588594
.. _`app/Resources/views/base.html.twig`: https://github.com/symfony/symfony-standard/blob/2.7/app/Resources/views/base.html.twig
589595
.. _`Composer`: https://getcomposer.org
590596
.. _`find open source bundles`: http://knpbundles.com

0 commit comments

Comments
 (0)