Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 615 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 615 Bytes

#clone the repository

Make sure you have composer and xampp on your pc

#install vendor files composer intsall

Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt on Windows

Change db credentials in .env, file, if you are using xampp with root user, no need to change.

#import the database
Check .sql file in the code and import into your phpmyadmin

#generate keys php artisan key:generate

#serve the files php artisan serve

Site will be served at http://localhost:8000/