khufu/viewdb

There is no license information available for the latest version (1.0.2) of this package.

This Laravel package integrates a powerful web-based database diagramming tool into your Laravel application, based on ChartDB. With an intuitive interface.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Language:TypeScript

1.0.2 2024-10-07 20:16 UTC

This package is auto-updated.

Last update: 2025-05-07 21:29:22 UTC


README

ViewDB Version

Introduction

The Laravel ViewDB package provides a seamless integration of ChartDB, allowing you to visualize your database schema effortlessly you can instantly generate and view your database diagrams, simplifying database management and enhancing your development workflow.

Installation

To install the package, run the following command in your Laravel project:

composer require --dev khufu/viewdb

After installation, simply navigate to:

http://localhost/chartdb

All your database tables will be instantly visualized, providing a clear and interactive diagram of your schema. No further setup is required.

chartDB editor interface

Contributing

If you’d like to contribute to this project, please fork the repository and submit a pull request. Any contributions are welcome!

Support

For any issues, feature requests, or questions, please open an issue on the GitHub repository.

Acknowledgements

  • Laravel for the incredible framework.
  • ChartB for their powerful diagramming tools.

Feel free to customize the sections, add installation instructions specific to your package, or provide additional examples as needed!