mrubinitmegastarcom/autoadminlaravel
Composer 安装命令:
composer require mrubinitmegastarcom/autoadminlaravel
包简介
Administrative interface builder for Laravel.
README 文档
README
Laravel Admin Panel
SleepingOwl Admin is an administrative interface builder for Laravel.
Documentation
Install dev branch
- Run this command in the terminal:
composer require mrubinitmegastarcom/autoadminlaravel - Run command in the terminal add config files:
php artisan sleepingowl:install - Run command in the terminal for update assets:
php artisan sleepingowl:update
Copyright and License
Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details.
Config example /** * @return array */ public function getProperty():array { return [ 'crud'=> [ 'modelTitle' => 'Круиз', 'menuGroup' => 'Справочники', 'menuIcon' => 'fa fa-dashboard', 'gridFields' => $this->getDocAttributesType(), 'editFields' => $this->getDocAttributesType(), 'permission' => [], ], 'relations'=> function($a){ return [ 'motorship'=>['class'=>Motorship::class, 'relationOne'=>true] ]; } ]; }
统计信息
- 总下载量: 429
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-16