File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 44Installing 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
1118Installing the Symfony Installer
1219--------------------------------
@@ -412,6 +419,7 @@ need in your new application.
412419Be sure to also check out the :doc: `Cookbook </cookbook/index >`, which contains
413420a 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/
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ simple two-step process:
2121Just like on the web, every interaction is initiated by an HTTP request.
2222Your 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
586591Have 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
You can’t perform that action at this time.
0 commit comments