naif/nova-mysql
Composer 安装命令:
composer require naif/nova-mysql
包简介
Laravel Nova MySQL Server Managment
README 文档
README
Laravel Nova MySQL Server Management to do:
- Create new database
- Delete database
- Repair database
- Add new user
- Delete user
- Change user password
- Add user to database
- Revokes user from database
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/nova-mysql
Usage:
Add the below to app/Providers/NovaServiceProvder.php
public function tools() { return [ new NovaMysql() ]; }
Add the below to your .env file
CPANEL_HOST=YOUR_CPANEL_HOST_IP CPANEL_DOMAIN=YOUR_DOMAIN_WITHOUT_HTTPS CPANEL_PORT=MYSQL_PORT default 2083 CPANEL_USERNAME=YOUR_WEB_HOSTING_USERNAME CPANEL_PASSWORD=YOUR_WEB_HOSTING_PASSWORD CPANEL_PREFIX=YOUR_CPANEL_PREFIX prefix_DatabaseName
Screenshots
Support:
https://www.linkedin.com/in/naif
License:
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 58
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-31





