Laravel 10 TinyMCE with Image Upload

Laravel TinyMCE

Installation

  • clone this repository
    https://github.com/dhanyn10/laravel-tinymce-image-upload.git
    
  • setup your tinymce app key into .env file
    TINYMCE_API_KEY=YOUR_API_KEY_HERE
    
  • install package using composer
    composer install

Run

php artisan serve