Skip to content

Instantly share code, notes, and snippets.

@andresjesse
Last active March 19, 2025 20:38
Show Gist options
  • Save andresjesse/e6a5dc2b397442743f42631e50b82612 to your computer and use it in GitHub Desktop.
Save andresjesse/e6a5dc2b397442743f42631e50b82612 to your computer and use it in GitHub Desktop.

Laravel Config for VSCode

Install portable VSCode

Download tar.gz version from https://code.visualstudio.com/download

Unpack, create an empty data folder in vscode root

Optionally, create the pcode command to open it from terminal without conficting with other vscode installation (run on vscode root):

$ sudo ln -s $(pwd)/bin/code /usr/local/bin/pcode

Install material icons and dracula theme plugin:

https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme

https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula

Install and configure intelephsense plugin (check plugin docs for updated guide):

https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client

Install laravel official VSCode extension:

https://marketplace.visualstudio.com/items?itemName=laravel.vscode-laravel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment