comradepashka/yii2-ajaxable

Ajaxable behavior for autodetection and handling AJAX requests

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/comradepashka/yii2-ajaxable

0.0.3 2016-03-23 04:27 UTC

This package is not auto-updated.

Last update: 2025-10-16 01:36:08 UTC


README

Ajaxable behavior for autodetection and handling AJAX requests

Under hardcoding.

2do list

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist comradepashka/yii2-ajaxable "dev-master"

or add

"comradepashka/yii2-ajaxable": "dev-master"

to the require section of your composer.json file.

Usage