PHP Classes

File: app/Resources/Config/application.yml

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Resources/Config/application.yml   Download  
File: app/Resources/Config/application.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change: Update config
Date: 8 years ago
Size: 785 bytes
 

Contents

Class file image Download
imports: - { resource: config.yml } service_providers: monolog: parameters: monolog.logfile: %log_path%/application.log monolog.name: APPLICATION service_controller: class: Silex\Provider\ServiceControllerServiceProvider active_record: class: Providers\ActiveRecordServiceProvider http_cache: class: Silex\Provider\HttpCacheServiceProvider parameters: http_cache.cache_dir: %cache_path%/http http_cache.esi: ~ url_generator: class: Silex\Provider\UrlGeneratorServiceProvider form: class: Silex\Provider\FormServiceProvider session: class: Silex\Provider\SessionServiceProvider