yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link
adminlte3 bootstrap4 cms docker hacktoberfest php starter-kit starter-template yii2

Yii 2 Starter Kit

Packagist Packagist build

Stand with Ukraine!


While Russia is destroying my home and my country, killing my friends and neighbors - any russian company, organization, or citizen, who do nothing about it, is prohibited from using this package. For others - please, pray for us, share information about war crimes Russia is conducting in Ukraine, do everything you can to urge your governments to be on the right side of history. Ukraine will prevail! Good triumph over evil! Русский военный корабль, иди нах#й!


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 or donations.

TABLE OF CONTENTS

Quickstart

  1. Install taskctl
  2. Install docker
  3. Install docker-compose
  4. Run
    composer create-project yii2-starter-kit/yii2-starter-kit myproject.com --ignore-platform-reqs
    cd myproject.com
    taskctl start
  5. Go to http://yii2-starter-kit.localhost

FEATURES

Admin backend

Development tasks

To list all available development tasks follow these steps:

  1. Install taskctl task runner
  2. Run taskctl

I18N

Users

Development

Other

DEMO

administrator role account

Login: webmaster
Password: webmaster

manager role account

Login: manager
Password: manager

user role account

Login: user
Password: user

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 victor@vgr.cl or yevhen.terentiev@gmail.com

READ MORE

NOTE

This template was created mostly for developers NOT for end users. This is a point where you can start your application, rather than creating it from scratch. Good luck!