File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 4
4
Installing and Configuring Symfony
5
5
==================================
6
6
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.
10
17
11
18
Installing the Symfony Installer
12
19
--------------------------------
@@ -412,6 +419,7 @@ need in your new application.
412
419
Be sure to also check out the :doc: `Cookbook </cookbook/index >`, which contains
413
420
a wide variety of articles about solving specific problems with Symfony.
414
421
422
+ .. _`Joyful Development with Symfony` : http://knpuniversity.com/screencast/symfony
415
423
.. _`explained in this post` : http://fabien.potencier.org/signing-project-releases.html
416
424
.. _`Composer` : https://getcomposer.org/
417
425
.. _`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:
21
21
Just like on the web, every interaction is initiated by an HTTP request.
22
22
Your job is pure and simple: understand that request and return a response.
23
23
24
+ .. seealso ::
25
+
26
+ Do you prefer video tutorials? Check out the `Joyful Development with Symfony `_
27
+ screencast series from KnpUniversity.
28
+
24
29
.. index ::
25
30
single: Page creation; Example
26
31
@@ -585,6 +590,7 @@ There's also a :doc:`Cookbook </cookbook/index>` *packed* with more advanced
585
590
586
591
Have fun!
587
592
593
+ .. _`Joyful Development with Symfony` : http://knpuniversity.com/screencast/symfony/first-page
588
594
.. _`app/Resources/views/base.html.twig` : https://github.com/symfony/symfony-standard/blob/2.7/app/Resources/views/base.html.twig
589
595
.. _`Composer` : https://getcomposer.org
590
596
.. _`find open source bundles` : http://knpbundles.com
You can’t perform that action at this time.
0 commit comments