Looking to hire Laravel developers? Try LaraJobs

laravel-admin-menus maintained by an5dy

Description
laravel-admin 左侧菜单栏扩展包
Author
Last update
2020/04/09 17:32 (dev-master)
License
Links
Downloads
32

Comments
comments powered by Disqus

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