Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        




Database Viewer
Laravel package for managing databases




Documentation |
Features |
Installation |
Troubleshooting |
Credits


Packagist
Laravel Version

![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.