Skip to content

laravel-admin 左侧菜单栏扩展包,基于 config/menus.php 配置文件生成左侧菜单。

Notifications You must be signed in to change notification settings

An5dy/laravel-admin-menus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-admin-menus

laravel-admin 左侧菜单栏扩展包,基于 config/menus.php 配置文件生成左侧菜单。

StyleCI build status

安装

$ composer require an5dy/laravel-admin-menus -vvv

使用

在 laravel 中使用

导出 lravel-admin 左侧菜单,生成 config/menus.php 配置文件。

$ php artisan admin:menus:export
// 生产环境
$ php artisan admin:menus:export --force

读取 config/menus.php 配置文件,生成 laravel-admin 左侧菜单。

$ php artisan admin:menus:import
// 生产环境
$ php artisan admin:menus:import --force

License

MIT

About

laravel-admin 左侧菜单栏扩展包,基于 config/menus.php 配置文件生成左侧菜单。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages