2017 © Pedro Peláez
 

yii2-extension soc_link

Links social networks for easyii2CMS

image

grozzzny/soc_link

Links social networks for easyii2CMS

  • Wednesday, March 7, 2018
  • by grozzzny
  • Repository
  • 1 Watchers
  • 0 Stars
  • 102 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 21 % Grown

The README.md

Links social networks for EasyiiCMS

This module allows to Easy yii2 cms, (*1)

Installation guide

Please, install User module for EasyiiCMS by following these instructions before going further, (*2)

$ php composer.phar require grozzzny/soc_link "dev-master"
$ composer require grozzzny/soc_link "dev-master"

v2.0 for easyii2, (*3)

$ php composer.phar require grozzzny/soc_link "v2.x-dev"
$ composer require grozzzny/soc_link "v2.x-dev"

Run migrations, (*4)

php yii migrate --migrationPath=@vendor/grozzzny/soc_link/migrations
<? foreach (\grozzzny\soc_link\models\SocLink::find()->all() as $item):?>
    <li>
        <a href="<?=$item->link?>" title="<?=$item->name?>">
            <i class="<?=$item->icon?>"></i>
        </a>
    </li>
<? endforeach;?>

The Versions

07/03 2018

v2.x-dev

2.9999999.9999999.9999999-dev

Links social networks for easyii2CMS

  Sources   Download

MIT

The Requires

 

module cms yii easyii2cms

09/02 2018

dev-master

9999999-dev

Links social networks for EasyiiCMS

  Sources   Download

MIT

The Requires

 

module cms yii easyiicms

09/02 2018

v2.0

2.0.0.0

Links social networks for easyii2CMS

  Sources   Download

MIT

The Requires

 

module cms yii easyii2cms