How to setting the workspace for coding?

 How to setting the workspace for coding?

The main thing to have;
Using the OS, Windows then install the Visual Studio Code to run the code for tool.

After install; install the Database as above MySQL at your computer. Then, follow as below.

Step 1: Open VS Code. Install below extension

Step 2: Setting your Database. Connect the localhost MySQL that your already install.




😁 HAPPY CODING! 😁

Then setup PHP language follow the step at this link. https://www.geeksforgeeks.org/how-to-install-php-in-windows-10/

Then very important start from Step 16 until end follow the step carefully!

Step 16:  Click on the OK button. 

Step 17: Click on OK for saving changes.

Step 18: Now your PHP is installed on your computer. You may check by going to the “Start” menu typing Command Prompt. Open it.

Step 19: When the Command Prompt opens, type php -v

Step 20: Now enter the command prompt to show the version of PHP installed on your computer.

You have successfully installed PHP on your Windows 10 system.

Comments