Skip to content

xlvis7/laravelStentTracker

Repository files navigation

Prerequisite

  • Composer (bind to php.exe for the server (XAMP/WAMP/etc...)) Use binary installation to be safe
  • Setup a MailTrap account (For Testing)

Installation

  • cd to the project directory in cpmmand prompt
  • type in "composer install"

Configuration

  • 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

Send Mail

  • Take note of the handle() function in app/Console/SendMail.php

Manually Send Mail

  • cd to the project directory in command prompt
  • type "php artisan schedule:run" and enter

Automatically Send Mail

Send to Live Email (Gmail, OutLook, Yahoo Mail, etc...)

  • Setup SMTP Server and modify the MAIL_ sections of the .env file

About

laravelStentTracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages