2017 © Pedro Peláez
 

yii2-extension yii2-contenttypes

image

stepanorda/yii2-contenttypes

  • Friday, September 4, 2015
  • by stepan-orda
  • Repository
  • 2 Watchers
  • 0 Stars
  • 140 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-contenttypes

This extension keeps track of your models giving them unique ids so you can easily use them in junction tables. In the future I plan to improve this extension so it will be something like ContentTypes from Django framework., (*1)

Installation

Downloading yii2-contenttypes using composer

Add yii2-contenttypes to the require section of your composer.json file:, (*2)

{
     "require": {
         "stepanorda/yii2-contenttypes": "*"
     }
}

Then run the command:, (*3)

$ php composer.phar update

Apply the migration:, (*4)

$ php yii migrate/up --migrationPath=@vendor/stepanorda/yii2-contenttypes/migrations

Usage

License

Apache License 2.0 http://www.apache.org/licenses/, (*5)

The Versions

04/09 2015

dev-master

9999999-dev

  Sources   Download

Apache 2.0

by Stepan Orda