Laravel Prequel (Beta)

Laravel Prequel

Laravel Prequel 0.5.0-beta

Latest Stable Version Scrutinizer Code Quality Total Downloads

What is Laravel Prequel exactly?

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.

Prequel Screenshot

Clear and concise database management

Laravel Prequel (Beta)

Laravel Prequel has entered 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.

Installation (the beta release way)

To install follow the instructions below.
$ 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!

Docs coming soon!

Credits

License

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

via Laravel News Links
Laravel Prequel (Beta)