Install composer project as phar binary/executable

Found this great composer project: https://github.com/clue/phar-composer

download latest https://github.com/clue/phar-composer/releases/latest

Magento2: resolve urns for xml paths in phpstorm

bin/magento dev:urn-catalog:generate -- .idea/misc.xml

make sure your path to the magento2 installation in phpstorm is the same, or update the paths in the misc.xml file.

+ restart phpstorm

ECMAScript in browsers

  • ES3 / ECMAScript 3 is fully supported in all browsers.
  • ES5 / ECMAScript 5 is fully supported in all modern browsers.*
  • ES6 / ECMAScript 6 (ES2015) is partially supported in all modern browsers.
  • ES7 / ECMAScript 7 is poorly supported in all browsers.

* = “modern browser” (IMO) refers to webkit-based browsers (Chrome and Safari) and newer versions of IE and Firefox.