Skip to content

hotcoding85/yii-complex-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6afc162 · Jun 26, 2024
Dec 4, 2019
Mar 19, 2024
Jun 8, 2024
May 30, 2024
May 30, 2024
May 30, 2024
May 30, 2024
Jun 17, 2024
Jun 18, 2024
May 30, 2024
May 30, 2024
May 30, 2024
Jun 19, 2024
Jun 8, 2024
Jun 8, 2024
May 30, 2024
Jun 5, 2024
May 30, 2024
Jun 8, 2024
Mar 21, 2024
Jun 8, 2024
Jun 12, 2024
May 30, 2024
Mar 19, 2024
Jun 8, 2024
May 30, 2024
Jan 11, 2014
Jan 11, 2014
Aug 4, 2020
May 30, 2024
Jun 19, 2024
Nov 27, 2019
Jun 26, 2024
Aug 26, 2023
Mar 19, 2024
May 30, 2024
Mar 26, 2024
Aug 3, 2022
Aug 3, 2022

Repository files navigation

With Yii PHP Framework

This is the core framework code of Yii 2.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.