让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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
让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