PHPackages                             megaads-vn/tinymce-upload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. megaads-vn/tinymce-upload

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

megaads-vn/tinymce-upload
=========================

Tinymce upload helper for laravel 5.2 + icoupon

v1.0.13(1y ago)0621MITPHP

Since Sep 7Pushed 1y ago6 watchersCompare

[ Source](https://github.com/megaads-vn/tinymce-upload)[ Packagist](https://packagist.org/packages/megaads-vn/tinymce-upload)[ RSS](/packages/megaads-vn-tinymce-upload/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (15)Used By (0)

LARAVEL UPLOAD IMAGE FOR TINYMCE
--------------------------------

[](#laravel-upload-image-for-tinymce)

Upload image server side for tinymce custom plugin. Normally, when you custom image upload plugin for tinymce you'll create some code on tinymce config and some code on server for upload image and return the image link. This package help you on the server side, it will be receiver the upload request and save into directory, where you want to save image, then return the absolute url for your tinymce editor.

### INSTALL AND CONFIGURATION.

[](#install-and-configuration)

To install this package, just run command bellow:

```
composer require megaads-vn/tinymce-upload

```

After install completed, open file app.php in config directory and add this line to providers section:

```
Megaads\TinymceUpload\TinymceUploadProvider::class,

```

Then go to `filesystems.php` in `config` directory and add this config to the `disks` section:

```
'images' => [
    'driver' => 'local',
    'root' => public_path('images'),
    'relative' => '/images/',
],

```

After all, run command `php artisan config:cache` and `php artisan cache:clear` to clear caches. You can call to bellow url for upload image to server.

```
//example.com/upload/tinymce

```

Or if your website is multiple languages and have the url like `//example.com/(us|uk|fr)` you still can call upload image with a tiny changing. Like this:

```
//example.com/(us|uk|fr)/upload/tinymce

```

Thanks!

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~175 days

Recently: every ~337 days

Total

14

Last Release

526d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ad425c743522a807fd15e2a7b0ada9c2a2127ecca76fbef37cf9292022006a?d=identicon)[megaads-vn](/maintainers/megaads-vn)

---

Top Contributors

[![bachnx23](https://avatars.githubusercontent.com/u/7134491?v=4)](https://github.com/bachnx23 "bachnx23 (9 commits)")[![quanbka](https://avatars.githubusercontent.com/u/13042109?v=4)](https://github.com/quanbka "quanbka (4 commits)")[![lapdx](https://avatars.githubusercontent.com/u/5915409?v=4)](https://github.com/lapdx "lapdx (2 commits)")

### Embed Badge

![Health badge](/badges/megaads-vn-tinymce-upload/health.svg)

```
[![Health](https://phpackages.com/badges/megaads-vn-tinymce-upload/health.svg)](https://phpackages.com/packages/megaads-vn-tinymce-upload)
```

###  Alternatives

[astrotomic/laravel-vcard

A fluent builder class for vCard files.

5330.0k](/packages/astrotomic-laravel-vcard)[digital-creative/icon-action-toolbar

Allows you to update a single column of a resource all at once.

2626.0k](/packages/digital-creative-icon-action-toolbar)[trive/module-revo

A Magento 2 module for managing product carousel

103.7k](/packages/trive-module-revo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
