Skip to content

myonaingwinn/PRS

Repository files navigation

To Collaborators

⚠️"Don't touch this master branch!":warning:

  • Please, avoid editing files directly in this repository.
  • You don't need to create this project on your own, I've already setting up all requirements and version errors for '3 days'

Step 1 : XAMPP

If you don't have Xampp with PHP version 7.2.34, download and install first. And add this xampp/php to Environment Variable.

  • You can also run this project with this command Path-to-your-project> bin/cake server

    example ⇒ D:/xampp7.2.34/htdocs/PRS> bin/cake server

Step 2 : Fork this repository

Step 3 : Clone Forked repository into your PC

  • Go to Path-to-your-xampp/htdocs>

    example ⇒ D:/xampp7.2.34/htdocs>

  • Clone your forked repository now

Step 4 : Download vendor folder & DB.sql file

  1. Download this vendor & DB
  2. Extract into your Path-to-your-xampp/htdocs/PRS>

    example ⇒ D:/xampp7.2.34/htdocs/PRS>

  3. Import DB.sql file.

Let's Go!