Added image-cache:clear console command

This commit is contained in:
franck
2013-08-15 21:18:16 +02:00
parent d61eeef0d6
commit f028d2b2db
5 changed files with 80 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updat
('imagine_graphic_driver', 'gd', 1, 0, NOW(), NOW());
('default_images_quality_percent', '75', 1, 0, NOW(), NOW());
('original_image_delivery_mode', 'symlink', 1, 0, NOW(), NOW());
('images_library_path', 'local/media/images', 1, 0, NOW(), NOW());
('image_cache_dir_from_web_root', 'cache/images', 1, 0, NOW(), NOW());