fourn/admin-ck

Easy way to use ckfinder and ckeditor in laravel-admin

2.1.2 2019-12-20 04:18 UTC

This package is auto-updated.

Last update: 2024-03-20 14:14:18 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