- Composer (bind to php.exe for the server (XAMP/WAMP/etc...)) Use binary installation to be safe
- Setup a MailTrap account (For Testing)
- cd to the project directory in cpmmand prompt
- type in "composer install"
- Edit the .env file for DB_ & MAIL_ sections to your MySQL and MailTrap settings
- Edit public/core/database/connect.php file to your MySQL settings
- Take note of the handle() function in app/Console/SendMail.php
- cd to the project directory in command prompt
- type "php artisan schedule:run" and enter
- Refer to the Answer in: StackOverflow
- Setup SMTP Server and modify the MAIL_ sections of the .env file