Laravel Prequel is meant to be a database management tool to replace the need for separate standalone database tools like phpMyAdmin, Sequel Pro or MySQL Workbench. With its (hopefully) clear and concise UI, Prequel is to be a modern and lightweight database browser/tool ready for the web of the future. Prequel's design is purposefully based on that of Laravel Telescope because (web-)developers today have enough to learn and master already, so let's help eachother out and make sure to not add anything virtually useless to that huge pile of knowledge.
Clear and concise database management
Laravel Prequel has entered/surpassed v0.5.0-beta, that means I deemed it ready enough to be tested by the public. But note that a beta release is still a beta release and is not a stable release so it is definitely not recommended to be used in production environments.
Luckily, Prequel has taken precautions, Prequel automatically disables itself in a production environment as people looking directly into your database is - let's just say - not ideal.
The beta supports mysql
.
$ composer require protoqol/prequel
$ php artisan vendor:publish --tag=config
$ php artisan vendor:publish --tag=public
When installation and publishing is done navigate to /prequel
in your browser to see Prequel in action!
Issues, bugs and feature requests can be reported here!
See Contributing to see how you can contribute to Prequel!
Prequel is licensed under the MIT License. Please see License File for more information.