Yii2 Bootstrap 3
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.
 
 
Alexander Makarov 6a631ac376 Merge pull request #86 from suralc/build-exception 12 years ago
app Added htaccess files. 12 years ago
build Fix build command. 12 years ago
docs guide wip 12 years ago
framework Fixes for issue #78. 12 years ago
tests Renamed JsonExpression to JsExpression. 12 years ago
.gitignore added zend studio to gitignore 13 years ago
changelog.md - Changed docs format to markdown (.md extension). 13 years ago
license.md ... 13 years ago
readme.md Update readme.md 12 years ago
upgrade.md reorganized DB classes. 12 years ago

readme.md

Yii 2.0 Public Preview

Thank you for choosing Yii - a high-performance component-based PHP framework.

If you are looking for a production-ready PHP framework, please use Yii v1.1.

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.

DIRECTORY STRUCTURE

  app/                 a ready-to-use application built on Yii 2
  build/               internally used build tools
  docs/                documentation
  framework/           framework source files
  tests/               tests of the core framework code

REQUIREMENTS

The minimum requirement by Yii is that your Web server supports PHP 5.3.?.

HOW TO PARTICIPATE

You are welcome to participate in Yii 2 development in the following ways:

  • Report issues
  • Give us feedback or start a design discussion
  • Fix issues, develop features, write/polish documentation
    • Before you start, please adopt an existing issue (labelled with "ready for adoption") or start a new one to avoid duplicated efforts.
    • Please submit a merge request after you finish development.