aoeng/laravel-admin-article
Composer 安装命令:
composer require aoeng/laravel-admin-article
包简介
laravel admin 扩展 带分类的文章管理
README 文档
README
安装
composer require aoeng/laravel-admin-article php artisan migrate
导入菜单
php artisan admin:import article
配置编辑器 admin.php的扩展配置里加上
默认使用ckeditor
'ckeditor' => [
//Set to false if you want to disable this extension
'enable' => true,
// Editor configuration
'config' => [
'filebrowserImageUploadUrl' => '/editor/upload?',
'image_previewText' => ' ',
'lang' => 'zh-CN',
'height' => 500
]
],
其他编辑器配置app\Admin\bootstrap.php
use Encore\Admin\Form;
Form::extend('editor', ...);
统计信息
- 总下载量: 99
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-04