appsorigin/dashboard 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

appsorigin/dashboard

Composer 安装命令:

composer require appsorigin/dashboard

包简介

A package to scafford sidemenu navigation and permissions based on spatie

README 文档

README

A simple package to add a sidebar to a laravel tailwind css

Usage

add this on app.blade.php after the body tag

  1. @extends('dashboard::master')

  2. open publish dashboard.php config file.

  3. 'navigations' => [
         'dashboard' => [
             'url' => 'dashboard',
             'icon' => 'heroicon-o-home',
             'canAccess' => "dashboard_browse",
         ],
        
     ],
     'permissions' => [
         'dashboard' => [
             'browse',
         ],
     ],
    

changes the above to match your navigation and your permissions schema.

Contribution guidelines for this project

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-29