+ 3
To the PHP Programmers
Please how can i setup php to work on vscode. Please i need the tutorial from the scratch or maybe a video clip. I have vscode installed, so what are the necessary things? What are the steps to take to get it installed on my pc? Those of you who are already using php on vscode please can you link me?
7 Réponses
+ 8
I Don't know about vscode i'm using subllime text but for PHP to run You should have two things server (wamp , xampp ) and text editor (vscode ,sublime text, brackets..) . If you are begginer You don't need to install framework (codeigniter , laravel )now..but in future you have to use it when You work on large projects.
+ 3
Are you sure that it is from nothing to running of code?
+ 3
Thank you very much i will check it out soon
+ 2
Might this help ?
https://youtu.be/HBQuRPTim3A
+ 2
Joseph Onipede looks like it
+ 2
Joseph Onipede yeah np 😉
+ 1
It is not really that difficult to use VSCode in PHP (https://www.cloudways.com/blog/php-debug/ ). However to run PHP or any related framework or CMS, you need setup the environment first, like LAMP or Xampp stack.