This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +16
-15
lines changed Expand file tree Collapse file tree 6 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ released under the MIT or BSD license.
61
61
62
62
Enjoy!
63
63
64
- [ 1 ] : https://symfony.com/doc/2.7/book/installation .html
64
+ [ 1 ] : https://symfony.com/doc/2.7/setup .html
65
65
[ 6 ] : https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
66
- [ 7 ] : https://symfony.com/doc/2.7/book/ doctrine.html
67
- [ 8 ] : https://symfony.com/doc/2.7/book/ templating.html
68
- [ 9 ] : https://symfony.com/doc/2.7/book/ security.html
69
- [ 10 ] : https://symfony.com/doc/2.7/cookbook/ email.html
70
- [ 11 ] : https://symfony.com/doc/2.7/cookbook/ logging/monolog .html
71
- [ 12 ] : https://symfony.com/doc/2.7/cookbook/ assetic/asset_management.html
72
- [ 13 ] : https://symfony.com/doc/2.7 /bundles/SensioGeneratorBundle/index.html
66
+ [ 7 ] : https://symfony.com/doc/2.7/doctrine.html
67
+ [ 8 ] : https://symfony.com/doc/2.7/templating.html
68
+ [ 9 ] : https://symfony.com/doc/2.7/security.html
69
+ [ 10 ] : https://symfony.com/doc/2.7/email.html
70
+ [ 11 ] : https://symfony.com/doc/2.7/logging.html
71
+ [ 12 ] : https://symfony.com/doc/2.7/assetic/asset_management.html
72
+ [ 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 2
2
<?php
3
3
4
4
// if you don't want to setup permissions the proper way, just uncomment the following PHP line
5
- // read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
5
+ // read http://symfony.com/doc/current/setup.html#checking-symfony-application-configuration-and-setup
6
+ // for more information
6
7
//umask(0000);
7
8
8
9
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