Skip to content

jamalroger/lara-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrate phpmyadmin in laravel project

This package can automatically intergrate phpmyadmin into laravel project,will copy phpmyadmin to public directory

Installation

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.

Integrate phpmyadmin

The easiest way to integrate phpmyadmin by artisan command

php artisan phpmyadmin:install

open phpmyadmin

the package will create phpmyadmin folder in public folder

 http://{laravel_project_url}/phpmyadmin

License

The MIT License (MIT). Please see License File for more information.

About

integrate phpmyadmin with laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published