Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex290/yii2-webpage


https://github.com/alex290/yii2-webpage

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Yii2 Web Page
=============
Yii2 Web Page

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist alex290/yii2-webpage "*"
```

or add

```
"alex290/yii2-webpage": "*"
```

to the require section of your `composer.json` file.

Usage
-----

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

```php
= \alex290\webpage\AutoloadExample::widget(); ?>```