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 2w 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

35

—

LowBetter than 77% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

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

620d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17486691?v=4)[MegaAds.vn](/maintainers/megaads-vn)[@megaads-vn](https://github.com/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

[sgolemon/table-flip

Essential exception class needed by every good project.

3413.6k2](/packages/sgolemon-table-flip)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[twc/maker-bundle

Wrap maker bundle to introduce context option to change destination template

1418.0k](/packages/twc-maker-bundle)[medienbaecker/kirby-alter

262.5k](/packages/medienbaecker-kirby-alter)[vladimmi/construct-static

Small Composer wrapper to implement static class constructors

172.3k1](/packages/vladimmi-construct-static)

PHPackages © 2026

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