
You click on Create New Project to create a new PHP project and follow the instructions depending on your project requirements. Now, you can use PHPStorm for your web development projects. You will get 30 days of free access to PHPStorm IDE. If you want to try out PHPStorm before buying the license, select Evaluate for free and click on Evaluate. You can buy a PHPStorm license from JetBrains and activate it from here. Now, you will be asked to activate PHPStorm.

Once you’re done, click on Start using PHPStorm. If you need any of them, just click on Install to install it. PHPStorm will recommend you some popular plugins. If you want to open PHPStorm projects from the command line, check Create a script for opening files and projects from the command line and click on Next: Featured plugins. Make sure Create a desktop entry for integration with system application menu checkbox is not checked as PHPStorm desktop icon is already available. Now, select a UI theme and click on Next: Desktop Entry. If It’s the first time you’re installing PHPStorm, select Do not import settings and click on OK. Before we do anything, we need to make sure your Ubuntu box is up-to-date.First, start PHPStorm from the Application Menu of Ubuntu 20.04 LTS.Īs you’re running PHPStorm for the first time, you will have to do some initial configuration.įrom the Import PhpStorm Settings From… dialog, you can import settings from older version of PHPStorm (if you had it installed before). Once finished, you’ll have your own personal VPS for your project(s). In this instance, we will select the Ubuntu 14.04 version of the PHP containers. Once you’ve logged in to Codeanywhere, it will ask you what container you want to setup (otherwise, File > New Connection > Container). However your milage may vary, so if you are a fan of CentOS, you don’t need to continue. They do have a PHP 7 container available if you go down the CentOS route, but I personally encountered dependency issues running their version.

So the first thing I do is get the container as up to date as I possibly can get it. PHP has made some massive strides since then with PHP 7, with 7.2 being the currently latest iteration. I love every release of Ubuntu, but nobody should be running PHP 5.4, which has been EOL for a long while now. I do have a problem with it however, and it isn’t something you can fault them for – Ubuntu 14.04. Perfect, I simply fire up the container and get to work. It gives you a temporary VPS for your code, easily accessible, great no-nonsense IDE and easy to use SSH access. While both have their pros and cons, I pretty much use Codeanywhere free for my day-to-day development. My particular favourites are Codeanywhere and Codenvy. For me this enables me to do web development pretty much anywhere, on any device.
