{"id":21684852,"url":"https://github.com/next-build/database-viewer","last_synced_at":"2025-04-12T07:52:22.690Z","repository":{"id":231866634,"uuid":"782900826","full_name":"next-build/database-viewer","owner":"next-build","description":"A Laravel Package For Viewing Databases","archived":false,"fork":false,"pushed_at":"2024-08-28T11:00:55.000Z","size":29516,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T07:52:16.860Z","etag":null,"topics":["composer","composer-package","database","database-management","laravel","laravel-package","package","php"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/next-build.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-06T11:13:27.000Z","updated_at":"2025-01-26T17:36:44.000Z","dependencies_parsed_at":"2024-06-28T20:52:03.777Z","dependency_job_id":"e4b7a0b8-31b2-4cb9-9ad1-cf3b89208044","html_url":"https://github.com/next-build/database-viewer","commit_stats":null,"previous_names":["saptarshidy/database-viewer","next-build/database-viewer"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Fdatabase-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Fdatabase-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Fdatabase-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Fdatabase-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/next-build","download_url":"https://codeload.github.com/next-build/database-viewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537034,"owners_count":21120690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","composer-package","database","database-management","laravel","laravel-package","package","php"],"created_at":"2024-11-25T16:17:17.844Z","updated_at":"2025-04-12T07:52:22.670Z","avatar_url":"https://github.com/next-build.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\n        \u003ch1\u003eDatabase Viewer\u003cbr/\u003eLaravel package for managing databases\u003c/h1\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#\"\u003eDocumentation\u003c/a\u003e |\n    \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e |\n    \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e |\n    \u003ca href=\"#troubleshooting\"\u003eTroubleshooting\u003c/a\u003e |\n    \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/nextbuild/database-viewer\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/nextbuild/database-viewer.svg?style=flat-square\" alt=\"Packagist\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/nextbuild/database-viewer\"\u003e\u003cimg src=\"https://img.shields.io/badge/Laravel-8.x,%209.x,%2010.x,%2011.x-brightgreen.svg?style=flat-square\" alt=\"Laravel Version\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![database-viewer-banner](https://img.playbook.com/JIRPzflC6tGrWdRlcszNkvDN-Rv1jD7yirlcexcOhpA/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljLzRlZTc5MWVm/LTk3MzItNDVkYi1h/YTU5LWRiOTQzNTFk/OTVjOA)\n\n### Documentation\n\nDocumentation can be found on the [official website](#).\n\n## Get Started\n\n### Requirements\n\n- **PHP 8.0+**\n- **Laravel 8+**\n\n### Installation\n\nTo install the package via composer, Run:\n\n```bash\ncomposer require nextbuild/database-viewer\n```\n\nAfter installing the package, publish the front-end assets by running:\n\n```bash\nphp artisan database-viewer:publish\n```\n\nPublish config file by running:\n\n```bash\nphp artisan vendor:publish --tag=database-viewer-config\n```\n\n### Usage\n\nOnce the installation is complete, you will be able to access **Database Viewer** directly in your browser.\n\nBy default, the application is available at: `{APP_URL}/database-viewer`.\n\n(for example: `https://my-app.test/database-viewer`)\n\n## Troubleshooting\n\nHere are some common problems and solutions.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Saptarshi Dey](https://github.com/SaptarshiDy)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnext-build%2Fdatabase-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnext-build%2Fdatabase-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnext-build%2Fdatabase-viewer/lists"}