Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 265 Bytes

File metadata and controls

8 lines (7 loc) · 265 Bytes
  1. Start XAMPP Apache
  2. Open directory with the project
  3. Install dependencies from composer.json php composer.phar install
  4. Start php server (in subfolder where index.php file is located - probably /public) php -S localhost:8080
  5. Enjoy 🙃