Laravel Prequel is a Laravel package which can be used to manage databases without the need for tools like PHPmyadmin or Sequel Pro.

laravel prequel

Demo

laravel database management

Installation

To install follow the instructions below.

$ composer require protoqol/prequel  
$ php artisan prequel:install

When installation and publishing is done navigate to /prequel in your browser to see Prequel in action.

Updating

To update you can use the command specified below.

$ php artisan prequel:update

Source Code

https://github.com/Protoqol/Prequel/tree/master