denostr/yii2-bootstrap-social

Asset Bundle for Yii2 with bootstrap-social https://lipis.github.io/bootstrap-social/

Maintainers

Package info

github.com/denostr/yii2-bootstrap-social

Type:yii2-extension

pkg:composer/denostr/yii2-bootstrap-social

Statistics

Installs: 609

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.3 2017-03-23 20:58 UTC

This package is not auto-updated.

Last update: 2026-03-15 04:07:32 UTC


README

This extension provides a assets bundle with Bootstrap Social for Yii2 applications.

For license information check the LICENSE-file.

License Latest Stable Version Latest Unstable Version Total Downloads

Installation

The preferred way to install this extension is through composer.

Either run

composer require "denostr/yii2-bootstrap-social:~1.0"

or add

"denostr/yii2-bootstrap-social": "~1.0"

to the require section of your composer.json file.

Usage

As dependency in your main application asset bundle

class AppAsset extends AssetBundle
{
	// ...

	public $depends = [
		// ...
		'denostr\BootstrapSocial\BootstrapSocialAsset'
	];
}