An open API service indexing awesome lists of open source software.

https://github.com/cqkd6381/laravel53-mail

Laravel53使用 Mailable 发送邮件 学习视频 https://www.laravist.com/series/changes-and-features-ahout-laravel-5-3/episodes/6
https://github.com/cqkd6381/laravel53-mail

laravel53 mail mailtrap

Last synced: 6 months ago
JSON representation

Laravel53使用 Mailable 发送邮件 学习视频 https://www.laravist.com/series/changes-and-features-ahout-laravel-5-3/episodes/6

Awesome Lists containing this project

README

          


Build Status
Total Downloads
Latest Stable Version
License

## About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

## Usage

- php artisan migrate

- php artisan tinker
-- namespace App;
-- factory(User::class,10)->create();

- 去https://mailtrap.io注册账号(可直接使用github登录)
- 填写Username和Password至.env
- 直接浏览器访问http://localhost/your-project-name/public/mail
- 查看https://mailtrap.io上面的Inboxes(收件箱)