init
This commit is contained in:
commit
741e1c403a
102 changed files with 70058 additions and 0 deletions
36
app/config/config_dev.yml
Normal file
36
app/config/config_dev.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
imports:
|
||||
- { resource: config.yml }
|
||||
|
||||
framework:
|
||||
router:
|
||||
resource: "%kernel.root_dir%/config/routing_dev.yml"
|
||||
strict_requirements: true
|
||||
profiler: { only_exceptions: false }
|
||||
|
||||
web_profiler:
|
||||
toolbar: %debug_toolbar%
|
||||
intercept_redirects: %debug_redirects%
|
||||
|
||||
monolog:
|
||||
handlers:
|
||||
main:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
console:
|
||||
type: console
|
||||
bubble: false
|
||||
# uncomment to get logging in your browser
|
||||
# you may have to allow bigger header sizes in your Web server configuration
|
||||
#firephp:
|
||||
# type: firephp
|
||||
# level: info
|
||||
#chromephp:
|
||||
# type: chromephp
|
||||
# level: info
|
||||
|
||||
assetic:
|
||||
use_controller: %use_assetic_controller%
|
||||
|
||||
#swiftmailer:
|
||||
# delivery_address: me@example.com
|
Reference in a new issue