Home  >  Article  >  Development Tools  >  How to activate phpstorm2018

How to activate phpstorm2018

步履不停
步履不停Original
2019-06-11 14:16:518066browse

How to activate phpstorm2018

1. Install phpstorm. Please download the installation package from the official website

  [http://www.jetbrains.com/phpstorm/download/](http://www.jetbrains.com/phpstorm/download/)

2. Download the JetbrainsCrack.jar file and store it in the same directory as your phpstorm execution filehttps://github.comDownload JetbrainsCrack.jar

   例如我的执行文件目录为:D:\Program Files\JetBrains\PhpStorm 2018.1\bin\phpstorm.exe

   JetbrainsCrack.jar文件存放地址:D:\Program Files\JetBrains\PhpStorm 2018.1\bin\JetbrainsCrack.jar

3. Find the phpstorm.exe.vmoptions and phpstorm64.exe.vmoptions files in the same directory as the phpstorm execution file and edit them (two files You can add them at the same time, or you can choose the corresponding files according to the system requirements) (php video tutorial)

  在文件末尾追加代码,引入JetbrainsCrack.jar文件:

 -javaagent:D:\Program Files\JetBrains\PhpStorm 2018.1\bin\JetbrainsCrack.jar

4. Start phpstorm, select Activation code when registering, and copy the following content into the edit box , click OK

ThisCrackLicenseId-{
"licenseId":"ThisCrackLicenseId",
"licenseeName":"Admin",
"assigneeName":"",
"assigneeEmail":"Lycan@gmail.com",
"licenseRestriction":"Admin",
"checkConcurrentUse":false,
"products":[
{"code":"II","paidUpTo":"2099-12-31"},
{"code":"DM","paidUpTo":"2099-12-31"},
{"code":"AC","paidUpTo":"2099-12-31"},
{"code":"RS0","paidUpTo":"2099-12-31"},
{"code":"WS","paidUpTo":"2099-12-31"},
{"code":"DPN","paidUpTo":"2099-12-31"},
{"code":"RC","paidUpTo":"2099-12-31"},
{"code":"PS","paidUpTo":"2099-12-31"},
{"code":"DC","paidUpTo":"2099-12-31"},
{"code":"RM","paidUpTo":"2099-12-31"},
{"code":"CL","paidUpTo":"2099-12-31"},
{"code":"PC","paidUpTo":"2099-12-31"}
],
"hash":"2911276/0",
"gracePeriodDays":7,
"autoProlongated":false}

5. Done

The above is the detailed content of How to activate phpstorm2018. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn