tjall/laravel-mediagallery

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

1.0.2 2025-06-08 19:20 UTC

This package is auto-updated.

Last update: 2025-07-08 19:33:58 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"