tjall/laravel-mediagallery

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

4.0.0 2025-09-23 14:28 UTC

This package is auto-updated.

Last update: 2025-09-23 14:28:26 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"