PHPackages                             thaile/media - 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. [Framework](/categories/framework)
4. /
5. thaile/media

ActiveLibrary[Framework](/categories/framework)

thaile/media
============

The Laravel Framework Plugin.

05JavaScript

Since Nov 30Pushed 7y agoCompare

[ Source](https://github.com/thaile0101/thaile-dropzon-media)[ Packagist](https://packagist.org/packages/thaile/media)[ RSS](/packages/thaile-media/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

### [![](https://camo.githubusercontent.com/121334458fd245d900fab425c019e61008487a789bbaf10b5203260b4f64979b/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f76692f392f39312f46435f42617263656c6f6e615f6c6f676f2e737667)](https://camo.githubusercontent.com/121334458fd245d900fab425c019e61008487a789bbaf10b5203260b4f64979b/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f76692f392f39312f46435f42617263656c6f6e615f6c6f676f2e737667)

[](#)

Media Package for Laravel 5.5+
==============================

[](#media-package-for-laravel-55)

Installation
------------

[](#installation)

1. Add a Composer dependency and install the package.

    ```
    composer require thaile/media
    ```
2. Edit config/app.php.

    ##### Add service providers

    [](#add-service-providers)

    ```
     \ThaiLe\Media\Providers\MediaServiceProvider::class,
     Intervention\Image\ImageServiceProvider::class,
    ```

    ##### And add class aliases

    [](#and-add-class-aliases)

    ```
        'Image' => Intervention\Image\Facades\Image::class,
    ```
3. Publish the Media configuration and assets.

    ```
    php artisan vendor:publish --tag=media
    ```

    This will publish assets to `public/js`.

Configuring Authentication
--------------------------

[](#configuring-authentication)

A basic middleware that is `guest` or the `auth` :

```
// config/media.php

$config['authentication'] = 'guest'
```

Usage
-----

[](#usage)

Add route to routes/web.php

```
Route::get('image/show', '\ThaiLe\Media\Controllers\MediaController@show');
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a578447ea9346b2612f7978d196dc3e84ef7322dff373306c5955d61365c72f?d=identicon)[thaile.dev](/maintainers/thaile.dev)

### Embed Badge

![Health badge](/badges/thaile-media/health.svg)

```
[![Health](https://phpackages.com/badges/thaile-media/health.svg)](https://phpackages.com/packages/thaile-media)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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