8000 Added new links to the Symfony screencast series at KnpU by javiereguiluz · Pull Request #6129 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added new links to the Symfony screencast series at KnpU #6129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------
Expand Down Expand Up @@ -412,6 +419,7 @@ need in your new application.
Be sure to also check out the :doc:`Cookbook </cookbook/index>`, 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/
Expand Down
6 changes: 6 additions & 0 deletions book/page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -585,6 +590,7 @@ There's also a :doc:`Cookbook </cookbook/index>` *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
0