for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Epesi\Core\Layout;
use Epesi\Core\System\Integration\Modules\ModuleCore;
class LayoutCore extends ModuleCore
{
protected static $alias = 'layout';
public function install()
}
public function uninstall()