Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

12 years ago
Yii 2.0 Public Preview
======================
12 years ago
Thank you for choosing Yii - a high-performance component-based PHP framework.
12 years ago
If you are looking for a production-ready PHP framework, please use
[Yii v1.1](https://github.com/yiisoft/yii).
12 years ago
Yii 2.0 is still under heavy development. We may make significant changes
without prior notices. **Yii 2.0 is not ready for production use yet.**
12 years ago
DIRECTORY STRUCTURE
-------------------
12 years ago
app/ a ready-to-use application built on Yii 2
build/ internally used build tools
docs/ documentation
framework/ framework source files
12 years ago
tests/ tests of the core framework code
REQUIREMENTS
------------
12 years ago
The minimum requirement by Yii is that your Web server supports PHP 5.3.?.
12 years ago
HOW TO PARTICIPATE
------------------
12 years ago
You are welcome to participate in Yii 2 development in the following ways:
12 years ago
* [Report issues](https://github.com/yiisoft/yii2/issues)
* [Give us feedback or start a design discussion](http://www.yiiframework.com/forum/index.php/forum/42-design-discussions-for-yii-20/)
* Fix issues, develop features, write/polish documentation
12 years ago
- Before you start, please adopt an existing issue (labelled with "ready for adoption") or start a new one to avoid duplicated efforts.
12 years ago
- Please submit a merge request after you finish development.