- php7.4
- mysql
- composer
- (optional) npm
- xampp for windows will have php and mysql
- clone the repo
- open the project folder
- copy .env.example to a new file named .env
- change database credentials in .env file
- open a cmd in the project directory and run
composer install - then run,
php artisan key:generate - then,
php artisan storage:link - create a database using any db manager you have, i.e. phpmyadmin
- (optional) run
npm installif you face any issues in styling after running the project - run the project using this command,
php artisan serve
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=kitetail
DB_USERNAME=root
DB_PASSWORD=