fourn/admin-ck

在laravel-admin中轻松使用ckfinder和ckeditor

2.1.2 2019-12-20 04:18 UTC

This package is auto-updated.

Last update: 2024-09-20 15:19:17 UTC


README

让laravel-admin能够方便地使用ckeditor和ckfinder

安装

$ composer require fourn/admin-ck

使用

$ php artisan vendor:publish --tag=admin-ck
$form->ckuploader('image', '封面图');
$form->ckeditor('content', '内容');

贡献

配置文件在config/ckfinder.php

许可证

MIT fourn@foxmail.com