This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +55
-51
lines changed Expand file tree Collapse file tree 7 files changed +55
-51
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,12 @@ released under the MIT or BSD license.
58
58
59
59
Enjoy!
60
60
61
- [ 1 ] : https://symfony.com/doc/3.0/book/installation .html
61
+ [ 1 ] : https://symfony.com/doc/3.1/setup .html
62
62
[ 6 ] : https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
63
- [ 7 ] : https://symfony.com/doc/3.0/book/doctrine.html
64
- [ 8 ] : https://symfony.com/doc/3.0/book/templating.html
65
- [ 9 ] : https://symfony.com/doc/3.0/book/security.html
66
- [ 10 ] : https://symfony.com/doc/3.0/cookbook/email.html
67
- [ 11 ] : https://symfony.com/doc/3.0/cookbook/logging/monolog.html
68
- [ 13 ] : https://symfony.com/doc/3.0/bundles/SensioGeneratorBundle/index.html
63
+ [ 7 ] : https://symfony.com/doc/3.1/doctrine.html
64
+ [ 8 ] : https://symfony.com/doc/3.1/templating.html
65
+ [ 9 ] : https://symfony.com/doc/3.1/security.html
66
+ [ 10 ] : https://symfony.com/doc/3.1/email.html
67
+ [ 11 ] : https://symfony.com/doc/3.1/logging.html
68
+ [ 12 ] : https://symfony.com/doc/3.1/assetic/asset_management.html
69
+ [ 13 ] : https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html
Original file line number Diff line number Diff line change 36
36
</svg >
37
37
38
38
Read the documentation to learn
39
- <a href =" http://symfony.com/doc/{{ constant (' Symfony\\Component\\HttpKernel\\Kernel::VERSION' )[:3 ] }}/book/ page_creation.html" >
39
+ <a href =" http://symfony.com/doc/{{ constant (' Symfony\\Component\\HttpKernel\\Kernel::VERSION' )[:3 ] }}/page_creation.html" >
40
40
How to create your first page in Symfony
41
41
</a >
42
42
</p >
Original file line number Diff line number Diff line change 1
1
# To get started with security, check out the documentation:
2
- # http://symfony.com/doc/current/book/ security.html
2
+ # http://symfony.com/doc/current/security.html
3
3
security :
4
4
5
- # http://symfony.com/doc/current/book/ security.html#where-do- users-come-from-user-providers
5
+ # http://symfony.com/doc/current/security.html#b-configuring-how- users-are-loaded
6
6
providers :
7
7
in_memory :
8
8
memory : ~
@@ -18,7 +18,7 @@ security:
18
18
# activate different ways to authenticate
19
19
20
20
# http_basic: ~
21
- # http://symfony.com/doc/current/book/ security.html#a-configuring-how-your-users-will-authenticate
21
+ # http://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate
22
22
23
23
# form_login: ~
24
24
# http://symfony.com/doc/current/cookbook/security/form_login_setup.html
Original file line number Diff line number Diff line change 1
1
# Learn more about services, parameters and containers at
2
- # http://symfony.com/doc/current/book/ service_container.html
2
+ # http://symfony.com/doc/current/service_container.html
3
3
parameters :
4
4
# parameter_name: value
5
5
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ use Symfony\Component\Console\Input\ArgvInput;
6
6
use Symfony \Component \Debug \Debug ;
7
7
8
8
// if you don't want to setup permissions the proper way, just uncomment the following PHP line
9
- // read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
9
+ // read http://symfony.com/doc/current/setup.html#checking-symfony-application-configuration-and-setup
10
+ // for more information
10
11
//umask(0000);
11
12
12
13
set_time_limit (0 );
Original file line number Diff line number Diff line change 4
4
use Symfony \Component \Debug \Debug ;
5
5
6
6
// If you don't want to setup permissions the proper way, just uncomment the following PHP line
7
- // read http://symfony.com/doc/current/book/installation .html#checking-symfony-application-configuration-and-setup
7
+ // read http://symfony.com/doc/current/setup .html#checking-symfony-application-configuration-and-setup
8
8
// for more information
9
9
//umask(0000);
10
10
You can’t perform that action at this time.
0 commit comments