alexandrempwedev/admin-ck-master

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

dev-main 2022-06-20 16:14 UTC

This package is auto-updated.

Last update: 2024-09-20 21:00:15 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