Tutorial Page (Click Image for FullScreen)
Step 1: Preparation
- Download XAMPP or Laragon
- Install Visual Studio Code
- For remote setups download Remote Desktop
- Star the repository to stay tuned about repository updates
- Follow me in github to receive a freebie Follow Github
- Install GitHub Desktop
Step 2: Setting up PHP
- Clone the repository to the `htdocs` directory using GitHub Desktop.
- Start Apache and MySQL from XAMPP control panel.
- If this is a new setup, create a new database in phpMyAdmin.
- Import the SQL file to the newly created database.
- Access your project by navigating to `localhost/name_of_project` (CASE SENSITIVE!!) in your web browser.