alexandrempwedev/admin-ck-laravel9

Easy way to use ckfinder and ckeditor in laravel-admin

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

This package is auto-updated.

Last update: 2024-04-05 18:02:17 UTC


README

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

Installing

$ composer require fourn/admin-ck

Usage

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

Contributing

配置文件在config/ckfinder.php

License

MIT fourn@foxmail.com