PHPackages                             roberto910907/laravel-database-designer - 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. roberto910907/laravel-database-designer

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

roberto910907/laravel-database-designer
=======================================

Laravel database UI designer and model generator

v0.1.0(3y ago)9281[1 PRs](https://github.com/roberto910907/laravel-database-designer/pulls)MITPHPPHP ^8.0

Since Dec 19Pushed 2y ago3 watchersCompare

[ Source](https://github.com/roberto910907/laravel-database-designer)[ Packagist](https://packagist.org/packages/roberto910907/laravel-database-designer)[ Docs](https://github.com/roberto910907/laravel-database-designer)[ RSS](/packages/roberto910907-laravel-database-designer/feed)WikiDiscussions main Synced 1mo ago

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

Laravel database UI designer and model generator
================================================

[](#laravel-database-ui-designer-and-model-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/dd02eece442c15caff5fcaf81358fdca511da49743672543757607e293ecef2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f626572746f3931303930372f6c61726176656c2d64617461626173652d64657369676e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/roberto910907/laravel-database-designer)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9d3c5d0ffc47b6ea12e219a4bc3d01c1b9818f336404c93dd04d71a4160e1b95/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f726f626572746f3931303930372f6c61726176656c2d64617461626173652d64657369676e65722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/roberto910907/laravel-database-designer/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0427f3f47a2ea7df2a6d3b4ca921e686e9a4504e00f347fb05d94d15160a39cf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f726f626572746f3931303930372f6c61726176656c2d64617461626173652d64657369676e65722f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/roberto910907/laravel-database-designer/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/73da4ba54560dc3d50acfb1bd12acae4c20b60e0c3d150b3d288e8a208456b91/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f626572746f3931303930372f6c61726176656c2d64617461626173652d64657369676e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/roberto910907/laravel-database-designer)

This package aims to ease interaction with databases when developing a Laravel application. The main goal is to automate the models and migrations generation.

[![Screenshot](./public/img/screenshot.png)](./public/img/screenshot.png)

Still in Development
--------------------

[](#still-in-development)

Note: This package is in development :(

TODO List
---------

[](#todo-list)

### Read actions are implemented first

[](#read-actions-are-implemented-first)

- Adjust the database name and version based on the Abstract Platform(doctrine/dbal)
- Show table relationships
- Left panel search bar and table + column icons
- Tree Navigator and Designer section headers
- ERD actions(zoom in, zoom out, fit, reset, drop table, add relationship)
- Right panel with table and column information and config options
- Collapsed left panel with main menus including: Diagram, Migration, History, etc
- Migration menu should show executed and pending migrations
- Use the laravel-console-generator to create the model and migration automatically
- Write documentation
- Write unit, functional and E2E tests
- History of changes in the schema (menu)

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

[](#installation)

You can install the package via composer:

```
composer require roberto910907/laravel-database-designer
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Credits
-------

[](#credits)

- [Roberto Rielo](https://github.com/roberto910907)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

1240d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/096585ecab5aa726b52c769c07ffed2b89a761683a4e8efc794994ef89f20703?d=identicon)[roberto910907](/maintainers/roberto910907)

---

Top Contributors

[![roberto910907](https://avatars.githubusercontent.com/u/12180771?v=4)](https://github.com/roberto910907 "roberto910907 (36 commits)")

---

Tags

laraveldatabase-managerlaravel-database-managerroberto910907laravel-database-designerdatabase-designerlaravel-database-ui

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/roberto910907-laravel-database-designer/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[clickbar/laravel-magellan

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

423715.4k1](/packages/clickbar-laravel-magellan)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[tpetry/laravel-mysql-explain

Get Visual MySQL EXPLAIN for Laravel.

264154.2k](/packages/tpetry-laravel-mysql-explain)[cjmellor/approval

Approve or Deny new Model data before it is persisted

36538.5k](/packages/cjmellor-approval)

PHPackages © 2026

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