Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.06 KB

File metadata and controls

23 lines (16 loc) · 1.06 KB

Build Status

SensioLabsInsight

Scrutinizer Quality Score

Code Coverage

Instalacja

W AppKernel należy dodać dwa wpisy:

public function registerBundles()
{
    $bundles = array(
        // ...
        new Liuggio\ExcelBundle\LiuggioExcelBundle(),
        new NetTeam\Bundle\DataTableBundle\NetTeamDataTableBundle(),
        // ...
    );
}