Last active
December 20, 2015 00:19
-
-
Save fullo/6040608 to your computer and use it in GitHub Desktop.
Revisions
-
fullo revised this gist
Jul 19, 2013 . 2 changed files with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,14 +7,14 @@ threadsafe: true handlers: - url: /favicon\.ico static_files: web/favicon.ico upload: web/favicon\.ico - url: /bundles static_dir: web/bundles - url: /app_dev\.php.* script: web/app_dev.php - url: .* script: web/app.php This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ monolog: handlers: main: type: syslog level: debug -
fullo revised this gist
Jul 19, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ monolog: handlers: main: type: syslog level: debug -
fullo revised this gist
Jul 19, 2013 . 1 changed file with 20 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ application: symfony-engine-ed version: 1 runtime: php api_version: 1 threadsafe: true handlers: - url: /favicon\.ico static_files: web/favicon.ico upload: web/favicon\.ico - url: /bundles static_dir: web/bundles - url: /app_dev\.php.* script: web/app_dev.php - url: .* script: web/app.php -
fullo revised this gist
Jul 19, 2013 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ public function getCacheDir() { return ‘vfs://cache/’.$this->environment; } public function getLogDir() { return ‘vfs://cache/logs’; } -
fullo renamed this gist
Jul 19, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
fullo created this gist
Jul 19, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ namespace { $loader = require_once __DIR__.'/autoload.php'; org\bovigo\vfs\vfsStreamWrapper::register(); }