The Prerequisites:
- You have to download gitbash from the following link: https://git-scm.com/downloads.
- You have to download Xampp from the following link:
https://www.apachefriends.org/download.html - You have to download Composer from the following link: https://getcomposer.org/download/
- You have to download Node.js from the following link: https://www.npmjs.com/get-npm
The commands:
1- Open Gitbash terminal(cmd).
2- Go the project’s path and paste the following command:
git clone https://github.com/fesalali/zakher.git
3- cd project path
4- composer install
5- npm install.
6- npm run dev
7- Modify the DB’s setting in .env.
8- php artisan migrate
9- php artisan serve
to get the latest updates:-
git pull