Guide Lines
- Install laragon development environment on your machine.
- Use VS Code(or any other text editor) to clone the github project to your machine.
- Select "C:\laragon\www" directory as your local respository. ex: "C:\laragon\www\ITP-GitHub"
- Download and install the Composer. https://getcomposer.org/Composer-Setup.exe
- After open the project successfully run this command "composer install" using the text editor's(ex: vs code, atom, etc..) inbuilt terminal.then it will install all dependencies for the project.
- Open the project using VS code and run "composer install" using VS code's inbuilt terminal.[It will install all the dependencies for the project.]
- Run "php artisan migrate"
- Finally, Run "php artisan serve" and access your project at localhost:8000