Skip to content

appsoriginke/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published