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.
6161
6262Enjoy!
6363
64- [ 1 ] : https://symfony.com/doc/2.7/book/installation .html
64+ [ 1 ] : https://symfony.com/doc/2.7/setup .html
6565[ 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 3636 </svg >
3737
3838 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" >
4040 How to create your first page in Symfony
4141 </a >
4242 </p >
Original file line number Diff line number Diff line change 11# 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
33security :
44
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
66 providers :
77 in_memory :
88 memory : ~
@@ -18,7 +18,7 @@ security:
1818 # activate different ways to authenticate
1919
2020 # 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
2222
2323 # form_login: ~
2424 # http://symfony.com/doc/current/cookbook/security/form_login_setup.html
Original file line number Diff line number Diff line change 11# 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
33parameters :
44# parameter_name: value
55
Original file line number Diff line number Diff line change 22<?php
33
44// 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
67//umask(0000);
78
89set_time_limit (0 );
Original file line number Diff line number Diff line change 44use Symfony \Component \Debug \Debug ;
55
66// 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
88// for more information
99//umask(0000);
1010
You can’t perform that action at this time.
0 commit comments