xandrkat/yii2-yajax

Module to provide Ajax calls for Yii2


Keywords
extension, yii2, module
License
MIT

Documentation

Yii2 Ajax Module

Module to provide Ajax calls for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xandrkat/yii2-yajax "*"

or add

"xandrkat/yii2-yajax": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \xandrkat\yajax\AutoloadExample::widget(); ?>```