doubleh-rajput/yii2-new-app

Yii 2 new App Creator in Yii2 Advanced Template


Keywords
extension, yii2
License
LGPL-2.1

Documentation

Yii 2 Advanced App Creator

Yii 2 new App Creator in Yii2 Advanced Template

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist doubleh-rajput/yii2-new-app "*"

or add

"doubleh-rajput/yii2-new-app": "*"

to the require section of your composer.json file.

Usage

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

<?= \doublehrajput\yii2\newapp\AutoloadExample::widget(); ?>```