What you need to run this:
- PHP
- MySQL
- Or just use xampp
Steps:
- Clone the repo.
- Create an .env file in the root directory.
- Make sure you have mysql running, you can use xampp.
- Open terminal inside the project folder.
- In the terminal run
php database/migrate.php
to create the database and user table. - Still in terminal run
php -S localhost:8000 -t public
to run the php dev server. - Open browser and go to
localhost:8000
.