8000 Added new links to the Symfony screencast series at KnpU · symfony/symfony-docs@6ea7370 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ea7370

Browse files
committed
Added new links to the Symfony screencast series at KnpU
1 parent 2db6e18 commit 6ea7370

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

book/installation.rst

Lines changed: 11 additions & 3 deletions
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/

book/page_creation.rst

Lines changed: 6 additions & 0 deletions
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)
0