定制 syntech/dashboard 二次开发

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

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

syntech/dashboard

最新稳定版本:1.2

Composer 安装命令:

composer require syntech/dashboard

包简介

A Laravel package to create custom controllers with associated resources

README 文档

README

A custom Laravel package for creating dashboard components.

Installation

You can install the package via Composer:

composer require syntech/dashboard:*

Usage

This package provides a custom Artisan command to create a new dashboard controller along with the associated resources (DataTable, Request, Resource, and View).
Creating a New Dashboard Component

Run the following Artisan command to create a new dashboard component:

php artisan syntech:create {Namespace\\ControllerName}

For example:

php artisan syntech:create Dashboard\\Blog

This will generate the following files:

    Controller: App\Http\Controllers\Dashboard\BlogController.php
    DataTable: App\DataTables\Dashboard\BlogDataTable.php
    Request: App\Http\Requests\Dashboard\BlogRequest.php
    Resource: App\Http\Resources\Dashboard\BlogResource.php
    View: resources/views/dashboard/blog.blade.php

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-24