定制 rpsohag/laravel-dashboard 二次开发

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

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

rpsohag/laravel-dashboard

最新稳定版本:v1.0.2

Composer 安装命令:

composer require rpsohag/laravel-dashboard

包简介

Full featured Laravel admin dashboard package

README 文档

README

A modern, feature-rich dashboard package for Laravel applications that provides a clean and intuitive administrative interface.

Features

  • 🎨 Modern and responsive design
  • 🚀 Easy installation and setup
  • 🔧 Highly customizable components
  • 📊 Built-in analytics and metrics
  • 🔐 Authentication and authorization
  • 📱 Mobile-friendly interface
  • ⚡ Performance optimized
  • 🛠️ Extensible architecture

Requirements

  • PHP 8.1 or higher
  • Laravel 11.0 or higher
  • MySQL 5.7+ / PostgreSQL 10+ / SQLite 3.8+

Installation

Install the package via Composer:

composer require rpsohag/laravel-dashboard

Publish Configuration

Publish the configuration file and assets:

php artisan vendor:publish --tag="laravel-dashboard"

Basic Setup

After installation, the dashboard will be available at /dashboard (or your configured route prefix).

Custom Routes

If you want to customize routes, add them to your application's bootstrap:

// bootstrap/app.php
->withRouting(
    web: __DIR__.'/../routes/web.php',
    commands: __DIR__.'/../routes/console.php',
    health: '/up',
    then: function () {
        Route::middleware('web')
            ->group(base_path('routes/dashboard.php'));
    },
)

Changelog

Please see CHANGELOG.md for more information on what has changed recently.

Security

If you discover any security vulnerabilities, please send an email to rpsohag.bd@gmail.com instead of using the issue tracker.

Support

Credits

License

This software is released under the MIT License.

© 2025 RP SOHAG. All rights reserved.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-12