PHPackages                             danielh-official/laravel-database-gui - 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. danielh-official/laravel-database-gui

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

danielh-official/laravel-database-gui
=====================================

An in-app GUI for performing local database operations in your Laravel application. Like TablePlus, but in your app.

v0.1.3(3mo ago)111[2 issues](https://github.com/danielh-official/laravel-database-gui/issues)[2 PRs](https://github.com/danielh-official/laravel-database-gui/pulls)MITBladePHP ^8.3CI passing

Since Feb 9Pushed 1mo agoCompare

[ Source](https://github.com/danielh-official/laravel-database-gui)[ Packagist](https://packagist.org/packages/danielh-official/laravel-database-gui)[ Docs](https://github.com/danielh-official/laravel-database-gui)[ GitHub Sponsors]()[ RSS](/packages/danielh-official-laravel-database-gui/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Database GUI
====================

[](#laravel-database-gui)

[![Latest Version on Packagist](https://camo.githubusercontent.com/22ee900ba5da3aea6025691a03a4ce4c6c82a5519bfab7c8b14733810dfb9f3d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e69656c682d6f6666696369616c2f6c61726176656c2d64617461626173652d6775692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/danielh-official/laravel-database-gui)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ade35b14c0e7b01dcc09ac90bb8436a9b63defa39b3afdc72a85ea7f9c370ad2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616e69656c682d6f6666696369616c2f6c61726176656c2d64617461626173652d6775692f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/danielh-official/laravel-database-gui/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/fc4201380c485db38031240db4257bdda59563a0ef2cfaee94492de105001eb2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616e69656c682d6f6666696369616c2f6c61726176656c2d64617461626173652d6775692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/danielh-official/laravel-database-gui/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4670a13f2eb15481db40d96fa3ed8c46315aa89841c46c33517f8097f78bfed8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e69656c682d6f6666696369616c2f6c61726176656c2d64617461626173652d6775692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/danielh-official/laravel-database-gui)

An composer package that installs an in-app GUI for performing local database operations in your Laravel application. Like TablePlus, but in your app.

[![](./screenshots/sample.png)](./screenshots/sample.png)

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

[](#installation)

You can install the package via composer:

```
composer require --dev danielh-official/laravel-database-gui
```

You can publish the config file with:

```
php artisan vendor:publish --tag="database-gui-config"
```

This is the contents of the published config file:

```
return [
    'base_path' => 'db', // The base path for your database GUI routes
    'app_path' => '/', // The path back to your main app
];
```

**Note**: This project uses Tailwind for styling via the CDN by default.

You can publish the views, using:

```
php artisan vendor:publish --tag="database-gui-views"
```

And then style or change them however you like.

Usage
-----

[](#usage)

**This package is meant to be used in a local environment only.**

Routes are auto-registered in the local environment by default.

Run `php artisan route:list` to see the list of routes for your app.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Daniel Haven](https://github.com/danielh-official)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance66

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

98d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8551d21a36c832b5c9011c8f8aac3a6961687e025a45862fa6b683157ea3f94c?d=identicon)[danielh-official](/maintainers/danielh-official)

---

Top Contributors

[![danielh-official](https://avatars.githubusercontent.com/u/49914607?v=4)](https://github.com/danielh-official "danielh-official (61 commits)")

---

Tags

databasedevguilaravellaraveldevdatabaseDaniel Havenlaravel-database-gui

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/danielh-official-laravel-database-gui/health.svg)

```
[![Health](https://phpackages.com/badges/danielh-official-laravel-database-gui/health.svg)](https://phpackages.com/packages/danielh-official-laravel-database-gui)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[spatie/laravel-model-flags

Add flags to Eloquent models

4301.1M1](/packages/spatie-laravel-model-flags)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)[lacodix/laravel-model-filter

A Laravel package to filter, search and sort models with ease while fetching from database.

17649.9k](/packages/lacodix-laravel-model-filter)[orptech/laravel-migration-partition

Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.

3426.7k](/packages/orptech-laravel-migration-partition)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
