walthere/ckeditor4-laravel

ckeditor4 laravel

V0.7.2 2019-12-16 08:58 UTC

This package is auto-updated.

Last update: 2024-05-16 19:18:13 UTC


README

install

composer require walthere/ckeditor4-laravel
php artisan vendor:publish --provider="Walthere\CKEditor\CKServiceProvider"

config

<?php
return [
    "date_folder" => true, // time foler 
    "img_folder"=>"image", // upload folder
];