Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dungphanxuan/yii2-starter-kit-lite
Yii2 Starter kit for begin your application
https://github.com/dungphanxuan/yii2-starter-kit-lite
api cms php starter-kit yii yii-framework yii2
Last synced: 26 days ago
JSON representation
Yii2 Starter kit for begin your application
- Host: GitHub
- URL: https://github.com/dungphanxuan/yii2-starter-kit-lite
- Owner: dungphanxuan
- License: other
- Created: 2016-08-04T03:23:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T02:23:41.000Z (over 5 years ago)
- Last Synced: 2024-09-30T22:36:08.847Z (about 1 month ago)
- Topics: api, cms, php, starter-kit, yii, yii-framework, yii2
- Language: PHP
- Homepage:
- Size: 734 KB
- Stars: 41
- Watchers: 11
- Forks: 19
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Yii 2 Starter Kit Lite
[![Yii2](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](http://www.yiiframework.com/)
This is Yii2 start application template.
It was created and developing as a fast start for building an advanced sites based on Yii2.
It covers typical use cases for a new project and will help you not to waste your time doing the same work in every project
## Before you start
Please, consider helping project via [contributions](https://github.com/trntv/yii2-starter-kit-lite/issues) or [donations](#donations).
## TABLE OF CONTENTS
- [Demo](#demo)
- [Features](#features)
- [Installation](docs/installation.md)
- [Manual installation](docs/installation.md#manual-installation)
- [Application components](#application-components)
- [FAQ](docs/faq.md)
- [How to contribute?](#how-to-contribute)
- [Donations](#donations)
- [Have any questions](#have-any-questions)## DEMO
Demo is hosted by awesome [Digital Ocean](https://m.do.co/c/d7f000191ea8)
Frontend:
http://yii2-starter-kit.terentev.netBackend:
http://backend.yii2-starter-kit.terentev.net`administrator` role account
```
Login: administrator
Password: administrator
````manager` role account
```
Login: manager
Password: manager
````user` role account
```
Login: user
Password: user
```## FEATURES
- Translations Editor
### Widgets
- [Froala Editor](https://github.com/froala/yii2-froala-editor)
- [Yii2 Datetime Widget](https://github.com/trntv/yii2-datetime-widget)
- [Yii2 Widget Select2](https://github.com/kartik-v/yii2-widget-select2)
- [Yii2 Widget Depdrop](https://github.com/kartik-v/yii2-widget-depdrop)### Extensions
- [Yii2 File Kit](https://github.com/trntv/yii2-file-kit)
- [Yii2 Glide](https://github.com/trntv/yii2-file-kit)### API
Starter Kit has fully configured and ready-to-go REST API module. You can access it on http://yii2-starter-kit-lite.dev/api/v1
For some endpoints you should authenticate your requests with one of available methods - https://github.com/yiisoft/yii2/blob/master/docs/guide/rest-authentication.md#authentication## How to contribute?
You can contribute in any way you want. Any help appreciated, but most of all i need help with docs (^_^)
## Have any questions?
mail to [[email protected]](mailto:[email protected])
## READ MORE
https://github.com/yiisoft/yii2/blob/master/apps/advanced/README.md
https://github.com/yiisoft/yii2/tree/master/docs### NOTE
This template was created mostly for developers NOT for end users.
This is a point where you can begin your application, rather than creating it from scratch.
Good luck!