PHPackages                             protoqol/prequel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. protoqol/prequel

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

protoqol/prequel
================

Clear and concise database management.

v1.23.13(2y ago)1.5k171.0k—3.1%97[4 issues](https://github.com/Protoqol/Prequel/issues)[2 PRs](https://github.com/Protoqol/Prequel/pulls)2MITJavaScriptPHP ^7.2.5|^8.0

Since Jul 3Pushed 2y ago33 watchersCompare

[ Source](https://github.com/Protoqol/Prequel)[ Packagist](https://packagist.org/packages/protoqol/prequel)[ RSS](/packages/protoqol-prequel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (18)Used By (2)

[![Prequel](assets/prequel_v1.png)](assets/prequel_v1.png)

 [ ![Packagist Version](https://camo.githubusercontent.com/c2fc38eed464bfe9b5e6d2ff59876a41a25ea3725f9a2a321a887e437bab4994/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f746f716f6c2f7072657175656c2e737667) ](https://packagist.org/packages/protoqol/prequel) [ ![](https://camo.githubusercontent.com/8097dc83a158d0f0fe4ee7834373e9e084986deb712c70a9bf9715dbe1ee5f6d/68747470733a2f2f7472617669732d63692e6f72672f50726f746f716f6c2f5072657175656c2e7376673f6272616e63683d6d6173746572) ](https://travis-ci.org/Protoqol/Prequel.svg?branch=Dev) [ ![](https://camo.githubusercontent.com/62031d58533c65b3052fa5f922338c730d0676aaf95e073dd0e720e8a733759b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e312d6c69676874626c75652e737667) ](https://packagist.org/packages/protoqol/prequel) [ ![](https://camo.githubusercontent.com/aa4ba06a7219abb319bc40a61a0e700d327be2fe65c765b8fbc5105637565829/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d3e3d352e362d6c69676874626c75652e737667) ](https://laravel.com/) [ ![](https://camo.githubusercontent.com/acfb649f33288ec72d824c2e5957dacc7a3e05151f97f4a1891fc2fca80ece49/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d69742d61637469766974792f6d2f6261646765732f736869656c64732e737667) ](https://github.com/badges/shields/pulse) [ ![Join our Discord](https://camo.githubusercontent.com/326db138f93881a5992eecde0a0c6bf3dd019b3db9c0a84af1c048a520e45c30/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3630323532303030313132333138383735373f6c6f676f3d646973636f7264) ](https://discord.gg/kxkUYqX) [ ![Follow Protoqol on Twitter](https://camo.githubusercontent.com/5eba43aec47255d7907ca67add20a6e1f205261c9b2f8c06cfbaf83e8725685b/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f50726f746f716f6c5f58595a2e7376673f6c6162656c3d25343050726f746f716f6c5f58595a267374796c653d736f6369616c) ](https://twitter.com/intent/follow?screen_name=Protoqol_XYZ)

#### What is Prequel exactly?

[](#what-is-prequel-exactly)

Prequel is meant to be a database management tool for Laravel 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](https://github.com/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](./assets/prequel_screenshot_table.png)](./assets/prequel_screenshot_table.png)

> Clear and concise database management

### Want to help keep open-source sustainable?

[](#want-to-help-keep-open-source-sustainable)

You can help by contributing to the code or donating using the button below! Both are highly appreciated and contribute directly to keeping open-source free and sustainable!

[![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TJS5BKNE3JGW8)

Installation
------------

[](#installation)

###### To install follow the instructions below.

[](#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!

[](#when-installation-and-publishing-is-done-navigate-to-prequel-in-your-browser-to-see-prequel-in-action)

Updating
--------

[](#updating)

```
$ php artisan prequel:update
```

#### Issues, bugs and feature requests can be reported [here!](https://github.com/Protoqol/Prequel/issues/new/choose)

[](#issues-bugs-and-feature-requests-can-be-reported-here)

Configuration
-------------

[](#configuration)

You might have noticed that, while publishing a config file appeared under `config/prequel.php`. That configuration file looks something like this.

> Note that you can define `PREQUEL_ENABLED` in your .env file.

```
