Skip to content

FXdSP/yii2-requirements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

============

An extension to manage requirements in an yii2 project

Installation


The preferred way to install this extension is through composer.

Either run


php composer.phar require --prefer-dist fxdsp/yii2-requirements "*"

or add


"fxdsp/yii2-requirements": "*"

to the require section of your composer.json file.

Migration


You'll found migration for MySQL in fxdsp/yii2-requirements/migrations

Copy paste migrations in you own migrations project folder and run


php yii migrate

Or run directly migrate command with specific --migrationPath option


php yii migrate --migrationPath=app\vendor\fxdsp\yii2-requirements\migrations

Usage


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

<?= \fxdsp\requirements\AutoloadExample::widget(); ?>```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages