Recommend this page to a friend! |
Download .zip |
Info | Documentation | Screenshots | View files (21) | Download .zip | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 75 | All time: 10,136 This week: 96 |
Version | License | PHP version | Categories | |||
nova-cpanel-mail 1.0.0 | Custom (specified... | 5 | Email, PHP 5, Systems administration |
Description | Author | |
This package can manage email accounts on hosting with CPanel. |
A Laravel Nova tool that integrate with Cpanel Mail to manage Email Addresses:
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/cpanel-mail
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
<img src="https://raw.githubusercontent.com/naifalshaye/nova-cpanel-mail/master/screenshots/add.png" width="800">
<img src="https://raw.githubusercontent.com/naifalshaye/nova-cpanel-mail/master/screenshots/list.png" width="800">
naif@naif.io
https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.
Screenshots | ||
Files |
File | Role | Description | ||
---|---|---|---|---|
dist (1 directory) | ||||
resources (2 directories) | ||||
routes (1 file) | ||||
src (2 files, 1 directory) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
mix-manifest.json | Data | Auxiliary data | ||
package.json | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
webpack.mix.js | Data | Auxiliary data |
Files | / | src |
File | Role | Description | ||
---|---|---|---|---|
Http (2 directories) | ||||
CpanelMail.php | Class | Class source | ||
ToolServiceProvider.php | Class | Class source |
Files | / | src | / | Http | / | Controllers |
File | Role | Description |
---|---|---|
Cpanel.php | Class | Class source |
CpanelBaseModule.php | Class | Class source |
CpanelEmail.php | Class | Class source |
CpanelMailController.php | Class | Class source |
CpanelServiceProvider.php | Class | Class source |
Email.php | Class | Class source |
Forward.php | Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.