syamsoul / laravel-mysql-cli-client
Easily access MySQL CLI Client via Artisan Command
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-package
Requires
- illuminate/console: ^9.0
- illuminate/support: ^9.0
- symfony/process: ^6.0.0
This package is auto-updated.
Last update: 2024-10-20 08:44:26 UTC
README
⚠️ Still In Development ⚠️
. .
Access MySQL CLI Client for Laravel
Introduction
This package allows you to access MySQL CLI Client via Laravel Artisan Command.
Requirement
- Laravel 9.x (and above)
Installation
This package can be used in Laravel 9.x or higher. If you are using an older version of Laravel, there's might be some problem. If there's any problem, you can create new issue and I will fix it as soon as possible.
You can install the package via composer:
composer require syamsoul/laravel-mysql-cli-client
Usage
Just call this Artisan Command:
php artisan db:access
Support me
If you find this package helps you, kindly support me by donating some BNB (BSC) to the address below.
0x364d8eA5E7a4ce97e89f7b2cb7198d6d5DFe0aCe
License
The MIT License (MIT). Please see License File for more information.