Installation
Before creating your website, make sure your computer has PHP, or use XAMPP, Composer, and Node and NPM to compile frontend resources for the website.

1. Extract the folder supunkan.zip that you downloaded.
2. After extracting, you will find supunkan.sql. Import this file into phpMyAdmin or another database management tool.
3. Open Command Prompt or Terminal.
4. Run the following command to navigate into the directory:
cd supunkan/web
5. Run the following command to start the website:
php artisan serve
6. Open your browser and go to http://127.0.0.1:8000

7. Fill in the following details (You should change the username and password for security):
Admin Username | admin |
Admin Password | admin1234 |
Database Host | 127.0.0.1 / localhost / db / ...... |
Database Name | supunkan |
Database Username | root |
Database Password | Leave blank if none |

8. Log in again using the credentials, for example: Username = admin, Password = admin1234