PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova PHP CPanel Email Setup   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Laravel Nova PHP CPanel Email Setup
Manage email accounts on hosting with CPanel
Author: By
Last change:
Date: 5 years ago
Size: 1,076 bytes
 

Contents

Class file image Download

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.