Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex290/yii2-webpage
https://github.com/alex290/yii2-webpage
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex290/yii2-webpage
- Owner: alex290
- Created: 2022-12-19T14:17:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T14:10:26.000Z (about 2 years ago)
- Last Synced: 2024-04-21T14:41:12.449Z (9 months ago)
- Language: HTML
- Size: 2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Web Page
=============
Yii2 Web PageInstallation
------------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(); ?>```