Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
da88e3db
Commit
da88e3db
authored
Dec 01, 2013
by
Klimov Paul
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:yiisoft/yii2 into mongo
parents
49a70dc3
3822ffd1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
17 deletions
+7
-17
README.md
apps/advanced/README.md
+0
-14
CHANGELOG.md
framework/CHANGELOG.md
+6
-2
BaseYii.php
framework/yii/BaseYii.php
+1
-1
No files found.
apps/advanced/README.md
View file @
da88e3db
...
...
@@ -73,20 +73,6 @@ You can then install the application using the following command:
php composer.phar create-project --stability=alpha yiisoft/yii2-app-advanced advanced
~~~
After the application is installed, switch to the project folder and run the following command
to initialize the application:
~~~
./init (or "init" on Windows)
~~~
You can then access the application through the following URLs,
~~~
http://localhost/advanced/frontend/web/
http://localhost/advanced/backend/web/
~~~
GETTING STARTED
---------------
...
...
framework/CHANGELOG.md
View file @
da88e3db
Yii Framework 2 Change Log
==========================
Version 2.0 alpha
-----------------
2.
0.0 beta under development
----------------------------
2.
0.0 alpha, December 1, 2013
---------------------------
-
Initial release.
framework/yii/BaseYii.php
View file @
da88e3db
...
...
@@ -104,7 +104,7 @@ class BaseYii
*/
public
static
function
getVersion
()
{
return
'2.0-dev'
;
return
'2.0
.0
-dev'
;
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment