Skip to content

Commit efdabd6

Browse files
committed
Merge remote-tracking branch 'origin/master' into with-vagrant-box
# Conflicts: # README.md
2 parents 7c44f93 + fe68683 commit efdabd6

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
In these materials, you'll learn about many of the features and productivity tools available in [PhpStorm](http://www.jetbrains.com/phpstorm) IDE. Examples are navigation, editing, inspections, live templates, refactoring, tools like Composer and the REST client and many more things. It's virtually impossible to cover every option and feature in PhpStorm, but we're providing a number of practical exercises on how we can do our daily work as a PHP developer.
66

7-
We'll also cover a vast amount of keyboard shortcuts to make working with PhpStorm more efficient. Other IntelliJ IDEA based IDE's use the same keyboard shortcuts, so if you know how to work with PhpStorm, you'll know how to work with WebStorm, RubyMine, PyCharm, IntelliJ IDEA and more. A [cheat sheet is available online](http://bit.ly/phpstorm-shortcuts) and is also included in the workshop download.
7+
We'll also cover a vast amount of keyboard shortcuts to make working with PhpStorm more efficient. Other IntelliJ IDEA based IDE's use the same keyboard shortcuts, so if you know how to work with PhpStorm, you'll know how to work with WebStorm, RubyMine, PyCharm, IntelliJ IDEA and more. A [cheat sheet is available online](http://bit.ly/1Ni0XJ0) and is also included in the workshop download.
88

99
This workshop is self-paced, meaning you can work your way through slides and exercises on your own, whenever and wherever you want. Exercises come as a PhpStorm project in which every file is a new exercise that may contain code and tips to get things done.
1010

@@ -14,7 +14,7 @@ This workshop is self-paced, meaning you can work your way through slides and ex
1414
* VirtualBox: 5.*+
1515
* PhpStorm 11+
1616

17-
## Getting the project
17+
## Getting the Project
1818
There are a couple of ways to get started with the PhpStorm workshop materials:
1919

2020
* Create a new project using Composer. Note that you can also create a new project in PhpStorm and use the Composer project type and search for "jetbrains/phpstorm-workshop"
@@ -29,13 +29,15 @@ There are a couple of ways to get started with the PhpStorm workshop materials:
2929

3030
``wget https://github.com/JetBrains/phpstorm-workshop/archive/master.zip``
3131

32-
## Getting started
33-
32+
## Getting Started
3433
Most exercises require to have Vagrant box running. You may start it using *Tools->Vagrant->Up* inside PhpStorm.
3534

3635
There are some things to know about the project:
3736

3837
* The project can be opened as-is in PhpStorm. We've included configurations for PHP Remote Interpreter, Database, Deployment Server, PHP Web Debug, PHPUnit and Behat.
3938
* All numbered folders contain exercises that you can work on. Simply open the numbered files one by one and follow the comments in the file. Most exercises are self-contained, others build on previous exercises.
4039
* The PhpStorm Workshop.pptx / PhpStorm Workshop.pdf is a slide deck which summarizes many of the items covered in exercises.
41-
* The PhpStorm Reference Card.pdf is the PhpStorm keymap. The latest version can always be found on the [PhpStorm website](http://bit.ly/phpstorm-shortcuts).
40+
* The PhpStorm Reference Card.pdf is the PhpStorm keymap. The latest version can always be found on the [PhpStorm website](http://bit.ly/1Ni0XJ0).
41+
42+
## Open Source and Contribution
43+
The workshop is Open Source, licensed under the Apache 2 license. If you would like to contribute to the workshop materials, please feel free to fork the repo and send us a pull request. Or if you have a comment, question, or suggestion for improvements, please [raise an issue](https://github.com/JetBrains/phpstorm-workshop/issues).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"type": "project",
77
"authors": [
88
{
9-
"name": "Maarten Balliauw",
10-
"email": "maarten.balliauw@jetbrains.com"
9+
"name": "Maksim Kolmakov",
10+
"email": "maxim.kolmakov@jetbrains.com"
1111
}
1212
]
1313
}

0 commit comments

Comments
 (0)