Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 701 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 701 Bytes

EcomDev_LayoutCompiler

Dev Build Status Develop Coverage Status

Layout Compiler for Magento

Transforms recursive layout xml files into simple simple one level php code, that can be cached by opcode cache

Requirements

  • Magento 1.x (1.7.0.0 or later)
  • PHP 5.4 or later
  • (Optional) PHP OpCache (for better performance)

Installation

See Installation Document