Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.net

Backend:
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!