-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Added more links to screencast videos #10114
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it: these are the most direct links to the most popular screencasts, so that people who like screencasts know these are available.
I just added comments so we can target the Symfony 3 tutorials here on 3.4. Then we can make another PR to target the V4 tutorials on the 4 branch
Thanks!
doctrine.rst
Outdated
@@ -895,3 +900,4 @@ Learn more | |||
.. _`newer utf8mb4 character set`: https://dev.mysql.com/doc/refman/5.5/en/charset-unicode-utf8mb4.html | |||
.. _`Transactions and Concurrency`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/transactions-and-concurrency.html | |||
.. _`limit of 767 bytes for the index key prefix`: https://dev.mysql.com/doc/refman/5.6/en/innodb-restrictions.html | |||
.. _`Doctrine screencast series`: https://knpuniversity.com/screencast/symfony-doctrine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Symfony 3: https://knpuniversity.com/screencast/symfony3-doctrine
doctrine/associations.rst
Outdated
@@ -413,3 +419,4 @@ Doctrine's `Association Mapping Documentation`_. | |||
|
|||
.. _`Association Mapping Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/association-mapping.html | |||
.. _`Association Updates`: http://docs.doctrine-project.org/en/latest/reference/unitofwork-associations.html | |||
.. _`Mastering Doctrine Relations`: https://knpuniversity.com/screencast/doctrine-relations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forms.rst
Outdated
@@ -699,3 +704,4 @@ Learn more | |||
.. _`Symfony Form component`: https://github.com/symfony/form | |||
.. _`DateTime`: https://php.net/manual/en/class.datetime.php | |||
.. _`2.8 UPGRADE Log`: https://github.com/symfony/symfony/blob/2.8/UPGRADE-2.8.md#form | |||
.. _`Symfony Forms screencast series`: https://knpuniversity.com/screencast/symfony-forms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
security.rst
Outdated
@@ -1320,3 +1325,4 @@ Other Security Related Topics | |||
.. _`frameworkextrabundle documentation`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html | |||
.. _`HWIOAuthBundle`: https://github.com/hwi/HWIOAuthBundle | |||
.. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle | |||
.. _`Symfony Security screencast series`: https://knpuniversity.com/screencast/symfony-security |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
service_container.rst
Outdated
@@ -1180,3 +1185,4 @@ Learn more | |||
.. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture | |||
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml | |||
.. _`glob pattern`: https://en.wikipedia.org/wiki/Glob_(programming) | |||
.. _`Symfony Fundamentals screencast series`: https://knpuniversity.com/screencast/symfony-fundamentals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
Do you prefer video tutorials? Check out the `Joyful Development with Symfony`_ | ||
screencast series from KnpUniversity. | ||
screencast series. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update the URL of this one too :) https://knpuniversity.com/screencast/symfony3
|
||
Do you prefer video tutorials? Check out the `Joyful Development with Symfony`_ | ||
screencast series from KnpUniversity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And we should update this URL
I've updated all URLs (and will change them again when merging into 4.0). Thanks for reviewing this! |
Lots of people love these video tutorials, so let's link to more of them in some important pages.