Skip to content

zephir/luya-baseblocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baseblocks Module

Latest Stable Version Total Downloads License

This repositories will not recieve any NEW features. Only bug fixing or patch releases.

composer require zephir/luya-baseblocks

Installation

In order to add the modules to your project go into the modules section of your config:

return [
    'modules' => [
        // ...
        'baseblocks' => 'zephir\luya\baseblocks\frontend\Module',
        // ...
    ],
];