https://github.com/salithaucsc/laravel_email
How to send emails via Gmail in localhost.
https://github.com/salithaucsc/laravel_email
emails gmail laravel5 localhost php
Last synced: over 1 year ago
JSON representation
How to send emails via Gmail in localhost.
- Host: GitHub
- URL: https://github.com/salithaucsc/laravel_email
- Owner: SalithaUCSC
- Created: 2018-04-10T19:15:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T20:20:52.000Z (about 8 years ago)
- Last Synced: 2025-01-28T05:43:59.221Z (over 1 year ago)
- Topics: emails, gmail, laravel5, localhost, php
- Language: PHP
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel_Email
## Simple application to send emails using Laravel in localhost via Gmail accounts.

### Instructions
1. Download or clone and extract the project.
2. Place the folder in htdocs or www folder.
3. Open cmd and navigate into the folder.
4. Rename **.env-example** file as **.env**.
5. Open cmd and navigate into the folder using cd command.
6. Type **composer install** to install dependencies.
7. Type **php artisan serve** in cmd.
8. Open web browser and type **locahost:8000** to run the project.