Download the PHP package behzadhosseinpoor/laravel-database-manager without Composer
On this page you can find all versions of the php package behzadhosseinpoor/laravel-database-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download behzadhosseinpoor/laravel-database-manager
More information about behzadhosseinpoor/laravel-database-manager
Files in behzadhosseinpoor/laravel-database-manager
Package laravel-database-manager
Short Description A Laravel package for managing MySQL, SQL Server and SQLite databases using Livewire.
License MIT
Homepage https://github.com/behzadhosseinpoor/laravel-database-manager
Informations about the package laravel-database-manager
Introduction
Laravel Database Manager provides a beautiful, modern, and developer‑friendly UI for exploring and managing your application's databases directly from the browser.
It supports multiple database connections (MySQL) and ships with a polished SPA interface built with Vue 3, Tailwind, and Laravel’s powerful backend.
This package makes it easy to:
- Browse table data with sorting & pagination
- Inspect table structure (columns & indexes)
- Run SQL queries safely with a smooth collapsible editor
- Switch between multiple connections
- View high‑level database metadata
Everything is handled through a simple configuration file — fully version‑controllable and team‑friendly.
Installation
You may install Database Manager using Composer:
After installation, publish the package’s configuration, assets, and layout using:
Configuration
After installation, the main configuration file will be located at:
Inside this file, you may customize:
- The default database connection
- The list of allowed connections
- The route path and middleware
- Authorization settings for accessing the dashboard
Each option includes clear documentation inside the file.
License
Laravel Database Manager is open‑source software licensed under the MIT license.