https://github.com/goodnesskay/laravel-auto-mail-tutorial
A tutorial that shows how to automate mails in your Laravel Application
https://github.com/goodnesskay/laravel-auto-mail-tutorial
automation laravel mail tutorial
Last synced: 2 months ago
JSON representation
A tutorial that shows how to automate mails in your Laravel Application
- Host: GitHub
- URL: https://github.com/goodnesskay/laravel-auto-mail-tutorial
- Owner: goodnesskay
- Created: 2017-06-26T13:03:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T22:09:41.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T05:25:58.019Z (4 months ago)
- Topics: automation, laravel, mail, tutorial
- Language: PHP
- Size: 161 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Automating Mails In Laravel Application Tutorial
> This is my tutorial on Scotch.io for automating mails in your laravel
project. Two approaches to automating mails have been stated in the tutorial.
## Using The Repository
- Clone the repository
- Run `composer install` via terminal.
It would download dependencies stated in composer.json file
- Create a `.env` file
- Generate `APP_KEY` via this command: `php artisan key:generate`
- Add Generated key to your `.env` file## How to appreciate me?
You can appreciate me by **starring** this repository and follow me on [Github](https://github.com/goodnesskay) , [twitter](https://twitter.com/goodnesskayode) and subscribe to my [Youtube](https://www.youtube.com/channel/UC3h5EkjLBS5VtpJRVRrMD-Q) Channel!