PHP

From bibbleWiki
Revision as of 06:23, 30 May 2021 by Iwiseman (talk | contribs) (Created page with "=Setting up VS Code= We need to install <syntaxhighlight lang="bash"> sudo apt install php-cli composer php-xml </syntaxhighlight> You will need to set up php-cs-fixer first....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Setting up VS Code

We need to install

sudo apt install php-cli composer php-xml

You will need to set up php-cs-fixer first. Extensions suggested are

  • PHP Intelephense
  • PHP Getters & Setters
  • PHP debug
  • PHP CS Fixer
  • Twig Language 2
  • SQLTools