tjall/laravel-mediagallery

A wrapper for Laravel Media Library by Spatie to add more often-used functionality.

1.0.9 2025-07-30 14:19 UTC

This package is auto-updated.

Last update: 2025-07-30 14:20:16 UTC


README

Installation

Install via Composer:

composer require tjall/laravel-mediagallery:@dev

You need to publish the migration to create the tables:

php artisan vendor:publish --tag="mediagallery-migrations"