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
- Host: GitHub
- URL: https://github.com/cqkd6381/laravel53-mail
- Owner: cqkd6381
- Created: 2017-05-05T17:00:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T17:09:42.000Z (over 8 years ago)
- Last Synced: 2025-02-15T17:48:26.046Z (8 months ago)
- Topics: laravel53, mail, mailtrap
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 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(收件箱)