This package can automatically intergrate phpmyadmin into laravel project,will copy phpmyadmin to public directory
First, install unzip & wget :
sudo apt install unzip -y
sudo apt install wget -y
Install the package via composer:
composer require jamalroger/laraadmin
The package will automatically register itself.
The easiest way to integrate phpmyadmin by artisan command
php artisan phpmyadmin:install
the package will create phpmyadmin folder in public folder
http://{laravel_project_url}/phpmyadmin
The MIT License (MIT). Please see License File for more information.