定制 crumbls/sqlite 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

crumbls/sqlite

最新稳定版本:v0.1.0-beta.1

Composer 安装命令:

composer require crumbls/sqlite

包简介

A Laravel Filament SQLite admin tool

README 文档

README

A Filament-powered SQLite database browser for Laravel applications. This package provides a clean, intuitive interface for managing SQLite databases directly through your Filament admin panel.

Features

  • Browse all SQLite databases in your application
  • View and navigate database tables
  • Examine table schemas and structures
  • Edit table records with dynamically generated forms
  • Clean integration with Filament's UI components
  • Supports multiple SQLite database connections

Requirements

  • PHP 8.1 or higher
  • Laravel 10.0 or higher
  • Filament 3.x

Installation

You can install the package via composer:

composer require crumbls/sqlite-browser

Usage

Once installed, a new "SQLite Browser" section will appear in your Filament admin panel. From here you can:

  1. View all SQLite databases
  2. Browse tables within each database
  3. View and edit individual records
  4. Examine table schemas

Configuration

The package configuration file allows you to:

  • Configure which databases are visible
  • Set access permissions
  • Customize the UI elements

Security

Before using this package in production, ensure that:

  • Only trusted users have access to the Filament admin panel
  • Proper database backups are in place
  • Access controls are configured appropriately

Beta Status

⚠️ This package is currently in beta. While functional, you may encounter bugs or incomplete features. Use in production environments at your own risk.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

For support, please reach out via:

Credits

License

This package is licensed under the MIT License. See the LICENSE file for details.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-20