File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
Managing CSS and JavaScript
2
2
===========================
3
3
4
+ .. admonition :: Screencast
5
+ :class: screencast
6
+
7
+ Do you prefer video tutorials? Check out the `Webpack Encore screencast series `_.
8
+
4
9
Symfony ships with a pure-JavaScript library - called Webpack Encore - that makes
5
10
working with CSS and JavaScript a joy. You can use it, use something else, or just
6
11
create static CSS and JS files in your ``public/ `` directory and include them in your
@@ -101,3 +106,4 @@ Other Front-End Articles
101
106
.. _`Mix` : https://laravel.com/docs/5.4/mix
102
107
.. _`Symfony` : http://symfony.com/
103
108
.. _`Full API` : https://github.com/symfony/webpack-encore/blob/master/index.js
109
+ .. _`Webpack Encore screencast series` : https://knpuniversity.com/screencast/webpack-encore
Original file line number Diff line number Diff line change 4
4
Security
5
5
========
6
6
7
+ .. admonition :: Screencast
8
+ :class: screencast
9
+
10
+ Do you prefer video tutorials? Check out the `Symfony Security screencast series `_.
11
+
7
12
Symfony's security system is incredibly powerful, but it can also be confusing
8
13
to set up. In this article you'll learn how to set up your application's security
9
14
step-by-step, from configuring your firewall and how you load users, to denying
@@ -1341,3 +1346,4 @@ Other Security Related Topics
1341
1346
.. _`frameworkextrabundle documentation` : https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
1342
1347
.. _`HWIOAuthBundle` : https://github.com/hwi/HWIOAuthBundle
1343
1348
.. _`Symfony ACL bundle` : https://github.com/symfony/acl-bundle
1349
+ .. _`Symfony Security screencast series` : https://knpuniversity.com/screencast/symfony3-security
Original file line number Diff line number Diff line change 5
5
Service Container
6
6
=================
7
7
8
+ .. admonition :: Screencast
9
+ :class: screencast
10
+
11
+ Do you prefer video tutorials? Check out the `Symfony Fundamentals screencast series `_.
12
+
8
13
Your application is *full * of useful objects: a "Mailer" object might help you
9
14
send emails while another object might help you save things to the database.
10
15
Almost *everything * that your app "does" is actually done by one of these objects.
@@ -1063,3 +1068,4 @@ Learn more
1063
1068
.. _`service-oriented architecture` : https://en.wikipedia.org/wiki/Service-oriented_architecture
1064
1069
.. _`Symfony Standard Edition (version 3.3) services.yaml` : https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml
1065
1070
.. _`glob pattern` : https://en.wikipedia.org/wiki/Glob_(programming)
1071
+ .. _`Symfony Fundamentals screencast series` : https://knpuniversity.com/screencast/symfony3-fundamentals
You can’t perform that action at this time.
0 commit comments