all customizations
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist eww/custom-grid "*"
or add
"eww/custom-grid": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \frontend\custom\AutoloadExample::widget(); ?>```