Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 594 Bytes

sample-php-app

A very simple php app I made for school stuff

How to use

  1. install dependencies
  • XAMPP
  1. clone this repo

  2. run XAMPP, start Apache and MySQL (configure MySQL if needed)

  3. run setup.sh or setup.bat

  4. reply Y if asked question to run the server, otherwise run the server manually with start.sh or start.bat or by running the command php -S localhost:8080 in the terminal or command prompt

  5. open the given link in your browser

  6. enjoy

Configuration

Stuff like database configurations are all in config.ini file located in root directory.