Merge pull request #515 from pierredup/symfony3

Add Symfony3 recipe
This commit is contained in:
Anton Medvedev 2016-01-11 12:24:42 +07:00
commit 6eb1cfa20d

21
recipe/symfony3.php Normal file
View File

@ -0,0 +1,21 @@
<?php
/* (c) Anton Medvedev <anton@elfet.ru>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require_once __DIR__ . '/symfony.php';
/**
* Symfony 3 Configuration
*/
// Symfony shared dirs
set('shared_dirs', ['var/logs']);
// Symfony writable dirs
set('writable_dirs', ['var/cache', 'var/logs']);
set('bin_dir', 'bin');
set('var_dir', 'var');