xn/admin-ck

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

dev-master 2022-11-25 08:08 UTC

This package is auto-updated.

Last update: 2024-09-25 12:07:27 UTC


README

为laravel-admin提供ckeditor & ckfinder ^laravel7

安装

composer require xn/admin-ck
php artisan vendor:publish --tag=admin-ck

使用

$form->ckuploader('image', '封面');
$form->ckeditor('content', '內容');

配置文件位于 config/ckfinder.php

贡献

许可证

MIT