PHPackages                             eduardlleshi/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. eduardlleshi/prequel

ActiveLibrary

eduardlleshi/prequel
====================

Clear and concise database management.

v1.22.3(6y ago)01MITPHPPHP ^7.1

Since Jul 3Pushed 6y agoCompare

[ Source](https://github.com/eduardlleshi/Prequel)[ Packagist](https://packagist.org/packages/eduardlleshi/prequel)[ RSS](/packages/eduardlleshi-prequel/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (11)Used By (0)

[![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)

Development temporarily on hold
-------------------------------

[](#development-temporarily-on-hold)

#### [TL;DR? Test Prequel here!](https://prequel.protoqol.xyz/prequel)

[](#tldr-test-prequel-here)

#### 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

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)

```
composer require protoqol/prequel:v1.2
```

#### When using Prequel 1.2 and up you can try and use the auto updater!

[](#when-using-prequel-12-and-up-you-can-try-and-use-the-auto-updater)

##### And else to update you can use the command specified below.

[](#and-else-to-update-you-can-use-the-command-specified-below)

```
$ 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.

```
