muluc/laravel-inbox
Composer 安装命令:
composer require muluc/laravel-inbox
包简介
Receive and send emails from your project with Laravel
README 文档
README
Receive and send emails from your project with Laravel
Inbox extends beyondcode/laravel-mailbox
Installation
You can install the package via composer:
composer require xoshbin/laravel-inbox
After installing Inbox, publish its assets using the inbox:install Artisan command:
php artisan inbox:install
This package extends the migration file of beyondcode/laravel-mailbox to store all incoming email messages. You can publish the migration file using:
php artisan vendor:publish --provider="Xoshbin\Inbox\InboxServiceProvider" --tag="migrations"
Run the migrations with:
php artisan migrate
Next, you need to publish the inbox configuration file which it's the same file of beyondcode/laravel-mailbox with some extra variables:
php artisan vendor:publish --provider="Xoshbin\Inbox\InboxServiceProvider" --tag="config"
Connecting email drivers
To connect your email provider with this package you have to follow beyondcode/laravel-mailbox documentation.
Usage
After connecting your email provider you can visit the inbox interface from url /inbox/dashboard like that:
example.com/inbox/dashboard
TO-DO
- Changing views to vue components.
- Saving sent emails.
- Adding tests.
Bootstrap Template
special thanks to Bootstrap snippet. bs4 beta email inbox
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-01
