PHPackages                             adyoi/yii2-webapps - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. adyoi/yii2-webapps

ActiveApplication[Framework](/categories/framework)

adyoi/yii2-webapps
==================

Yii2 Web Application

2.2.1(2y ago)231115MITJavaScriptCI passing

Since Dec 11Pushed today6 watchersCompare

[ Source](https://github.com/adyoi/yii2-webapps)[ Packagist](https://packagist.org/packages/adyoi/yii2-webapps)[ RSS](/packages/adyoi-yii2-webapps/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Yii2 Web Application
====================

[](#yii2-web-application)

[![alt text](https://raw.githubusercontent.com/adyoi/yii2-webapps/master/images/13.png)](https://raw.githubusercontent.com/adyoi/yii2-webapps/master/images/13.png)

Yii2 Web Application is a Starter Project dedicated to the yii2 developer community which is equipped with features for fast application creation needs with extra security.

### Link Demo :

[](#link-demo-)

Frontend :

Backend :

### This project was built with :

[](#this-project-was-built-with-)

AdminLTE 3

Yii2 Lastest Version

Bootstrap 4

### Become an Open Source Collective contributor :

[](#become-an-open-source-collective-contributor-)

---

[![alt text](https://raw.githubusercontent.com/adyoi/yii2-webapps/master/images/18.png)](https://raw.githubusercontent.com/adyoi/yii2-webapps/master/images/18.png)

Preparation
-----------

[](#preparation)

1. Install Git
2. Install Composer
3. Install XAMPP (Windows)
4. Install HeidiSQL (Windows)

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

[](#installation)

Video Tutorial :

```
$ git clone https://github.com/adyoi/yii2-webapps.git webapps
$ cd webapps
$ cd system
$ chmod +x ./init
$ ./init
$ composer update
```

Create Directory Assets
-----------------------

[](#create-directory-assets)

```
 # Create directory assets Frontend
 $ mkdir ./assets

 # Create directory assets Backend
 $ mkdir ./backend/assets

 # Optional change directory Backend
 $ sudo ./chbackend.sh
```

Configuration
-------------

[](#configuration)

- Import webapps.sql with HeidiSQL
- Update file /system/common/config/main-local.php

```
