naif/cpanel-mail
Composer 安装命令:
composer require naif/cpanel-mail
包简介
A Laravel Nova tool to manage Cpanel Mail to list/add/delete email addresses
README 文档
README
A Laravel Nova tool that integrate with Cpanel Mail to manage Email Addresses:
- List and search email addresses
- Create a new email address
- Delete an existing email address
Installation:
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/cpanel-mail
Usage:
Add the below to app/Providers/NovaServiceProvder.php
public function tools() { return [ new CpanelMail() ]; }
Add the below to your .env file
CPANEL_DOMAIN=domain.com CPANEL_HOST=https://domain.com CPANEL_PORT=2083 CPANEL_USERNAME=user CPANEL_PASSWORD=password
Screenshots
Support:
https://www.linkedin.com/in/naif
License:
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 207
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-16

