An open API service indexing awesome lists of open source software.

https://github.com/dhanyn10/laravel-tinymce-image-upload


https://github.com/dhanyn10/laravel-tinymce-image-upload

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel 10 TinyMCE with Image Upload

[![Laravel TinyMCE](https://github.com/dhanyn10/laravel-tinymce-image-upload/actions/workflows/laravel.yml/badge.svg)](https://github.com/dhanyn10/laravel-tinymce-image-upload/actions/workflows/laravel.yml)

### 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
```bash
composer install
```
### Run
php artisan serve