- php
- composer
- mysql
- open terminal / cmd
- move to any directory you want to save the project to
- run this command on the terminal
git clone git@github.com:H4fif/laracamp.git
- make sure mysql service is running
- duplicate the file
.env.example
and name it to.env
- replace db configurations with prefix
DB_
- replace google for oauth configurations with prefix
GOOGLE_CLIENT_
- install dependencies using this command
composer install
- run this command
php artisan key:generate
- run this command
php artisan serve
- to enable mail functionality replace the
MAIL_
configurations in the.env
file to match yours