You can install the package via Composer:
composer require nacosvel/laravel-database-manager
You can publish configuration file using the vendor:publish
command:
php artisan vendor:publish --tag=database-manager-config
or
php artisan vendor:publish --provider="Nacosvel\DatabaseManager\DatabaseManagerServiceProvider"
Nacosvel Database Manager Implementation for Laravel is made available under the MIT License (MIT). Please see License File for more information.