PHP Classes

Laravel Nova PHP CPanel Email Setup: Manage email accounts on hosting with CPanel

Recommend this page to a friend!
  Info   View files Documentation   Screenshots Screenshots   View files View files (21)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 76 This week: 1All time: 10,145 This week: 560Up
Version License PHP version Categories
nova-cpanel-mail 1.0.0Custom (specified...5Email, PHP 5, Systems administration
Description 

Author

This package can manage email accounts on hosting with CPanel.

It provides a Web user interface in a Laravel Nova administration panel to allow users to perform several types of operations with email address accounts in a hosting environment that supports CPanel.

Currently it allows the users to perform operations like creating new email addresses, searching and listing existing email address accounts and delete an existing email address.

Picture of Naif Alshaye
  Performance   Level  
Name: Naif Alshaye <contact>
Classes: 24 packages by
Country: Saudi Arabia Saudi Arabia
Age: ???
All time rank: 18706 in Saudi Arabia Saudi Arabia
Week rank: 24 Up2 in Saudi Arabia Saudi Arabia Up
Innovation award
Innovation award
Nominee: 9x

Documentation

Nova Cpanel Mail Tool

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

<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">

Support:

naif@naif.io

https://www.linkedin.com/in/naif

License:

The MIT License (MIT). Please see License File for more information.


Screenshots  
  • screenshots/add.png
  • screenshots/list.png
  Files folder image Files  
File Role Description
Files folder imagedist (1 directory)
Files folder imageresources (2 directories)
Files folder imageroutes (1 file)
Files folder imagesrc (2 files, 1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file mix-manifest.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

  Files folder image Files  /  dist  
File Role Description
Files folder imagejs (1 file)

  Files folder image Files  /  dist  /  js  
File Role Description
  Accessible without login Plain text file tool.js Data Auxiliary data

  Files folder image Files  /  resources  
File Role Description
Files folder imagejs (1 file, 1 directory)
Files folder imageviews (1 file)

  Files folder image Files  /  resources  /  js  
File Role Description
Files folder imagecomponents (1 file)
  Accessible without login Plain text file tool.js Data Auxiliary data

  Files folder image Files  /  resources  /  js  /  components  
File Role Description
  Accessible without login Plain text file Tool.vue Data Auxiliary data

  Files folder image Files  /  resources  /  views  
File Role Description
  Accessible without login Plain text file navigation.blade.php Aux. Auxiliary script

  Files folder image Files  /  routes  
File Role Description
  Accessible without login Plain text file api.php Aux. Auxiliary script

  Files folder image Files  /  src  
File Role Description
Files folder imageHttp (2 directories)
  Plain text file CpanelMail.php Class Class source
  Plain text file ToolServiceProvider.php Class Class source

  Files folder image Files  /  src  /  Http  
File Role Description
Files folder imageControllers (7 files)
Files folder imageMiddleware (1 file)

  Files folder image Files  /  src  /  Http  /  Controllers  
File Role Description
  Plain text file Cpanel.php Class Class source
  Plain text file CpanelBaseModule.php Class Class source
  Plain text file CpanelEmail.php Class Class source
  Plain text file CpanelMailController.php Class Class source
  Plain text file CpanelServiceProvider.php Class Class source
  Plain text file Email.php Class Class source
  Plain text file Forward.php Class Class source

  Files folder image Files  /  src  /  Http  /  Middleware  
File Role Description
  Plain text file Authorize.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:76
This week:1
All time:10,145
This week:560Up