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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
35312c5c
Commit
35312c5c
authored
Jun 19, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3967 from SanderLi/patch-1
Update getting-started.md
parents
56fde4a5
3e929567
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
getting-started.md
docs/internals/getting-started.md
+1
-1
No files found.
docs/internals/getting-started.md
View file @
35312c5c
...
...
@@ -4,7 +4,7 @@ Getting started with Yii2 development
The best way to have a locally runnable webapp that uses codebase cloned from main repository is to use
`yii2-dev`
Composer package. Here's how to do it:
1.
`git clone
git@github.com:yiisoft/yii2-app-basic.git
`
.
1.
`git clone
https://github.com/yiisoft/yii2-app-basic
`
.
2.
Remove
`.git`
directory from cloned directory.
3.
Change
`composer.json`
. Instead of all stable requirements add just one
`"yiisoft/yii2-dev": "*"`
.
4.
Execute
`composer create-project`
. Do not add
`--prefer-dist`
to the command since it will not download git repository
...
...
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