Recommend this page to a friend! |
Download .zip |
Info | Documentation | Screenshots | View files (17) | Download .zip | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 152 | All time: 9,041 This week: 96 |
Version | License | PHP version | Categories | |||
nova-mysql 1.0.0 | Custom (specified... | 5 | PHP 5, Databases, Systems administration |
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
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/nova-mysql
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
<img src="https://raw.githubusercontent.com/naifalshaye/nova-mysql/master/screenshots/first.png" width="700">
<img src="https://raw.githubusercontent.com/naifalshaye/nova-mysql/master/screenshots/second.png" width="700">
<img src="https://raw.githubusercontent.com/naifalshaye/nova-mysql/master/screenshots/third.png" width="700">
<img src="https://raw.githubusercontent.com/naifalshaye/nova-mysql/master/screenshots/fourth.png" width="700">
<img src="https://raw.githubusercontent.com/naifalshaye/nova-mysql/master/screenshots/fifth.png" width="700">
<img src="https://raw.githubusercontent.com/naifalshaye/nova-mysql/master/screenshots/six.png" width="700">
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 (2 directories) | ||||
resources (3 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) | ||||
NovaMysql.php | Class | Class source | ||
ToolServiceProvider.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.