Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Tobias Munk be54f24b47 updated defaults, UI, validation and templates 11 years ago
..
AutoloadExample.php updated defaults, UI, validation and templates 11 years ago
README.md first draft of the extension generator 11 years ago
composer.json updated defaults, UI, validation and templates 11 years ago

README.md

title ?>

===

description ?>

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist <?= $generator->vendorName ?>/yii2-<?= $generator->packageName ?> "*"

or add

"<?= $generator->vendorName ?>/yii2-<?= $generator->packageName ?>": "*"

to the require section of your composer.json file.

Usage

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

<?= "<?= \\{$generator->namespace}\\AutoloadExample::wiget(); ?>" ?>
];