khufu / viewdb
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
Requires (Dev)
- orchestra/testbench: ^8.26
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-05-07 21:29:22 UTC
README
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.
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
Feel free to customize the sections, add installation instructions specific to your package, or provide additional examples as needed!