Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/next-build/database-viewer
A Laravel Package For Viewing Databases
https://github.com/next-build/database-viewer
composer composer-package database database-management laravel laravel-package package php
Last synced: about 1 month ago
JSON representation
A Laravel Package For Viewing Databases
- Host: GitHub
- URL: https://github.com/next-build/database-viewer
- Owner: next-build
- License: mit
- Created: 2024-04-06T11:13:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:00:55.000Z (4 months ago)
- Last Synced: 2024-11-09T01:18:38.462Z (about 2 months ago)
- Topics: composer, composer-package, database, database-management, laravel, laravel-package, package, php
- Language: Vue
- Homepage:
- Size: 28.1 MB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Database Viewer
Laravel package for managing databases
Documentation |
Features |
Installation |
Troubleshooting |
Credits![database-viewer-banner](https://img.playbook.com/JIRPzflC6tGrWdRlcszNkvDN-Rv1jD7yirlcexcOhpA/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljLzRlZTc5MWVm/LTk3MzItNDVkYi1h/YTU5LWRiOTQzNTFk/OTVjOA)
### Documentation
Documentation can be found on the [official website](#).
## Get Started
### Requirements
- **PHP 8.0+**
- **Laravel 8+**### Installation
To install the package via composer, Run:
```bash
composer require nextbuild/database-viewer
```After installing the package, publish the front-end assets by running:
```bash
php artisan database-viewer:publish
```Publish config file by running:
```bash
php artisan vendor:publish --tag=database-viewer-config
```### Usage
Once the installation is complete, you will be able to access **Database Viewer** directly in your browser.
By default, the application is available at: `{APP_URL}/database-viewer`.
(for example: `https://my-app.test/database-viewer`)
## Troubleshooting
Here are some common problems and solutions.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Saptarshi Dey](https://github.com/SaptarshiDy)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.