codificio / laravel-medialibrary
Associate files with Eloquent models
Fund package maintenance!
7.18.3
2020-09-15 16:17 UTC
Requires
- php: ^7.2
- ext-fileinfo: *
- illuminate/bus: ~5.8.35|^6.0
- illuminate/console: ~5.8.35|^6.0
- illuminate/database: ~5.8.35|^6.0
- illuminate/pipeline: ~5.8.35|^6.0
- illuminate/support: ~5.8.35|^6.0
- jenssegers/mongodb: ^3.6
- league/flysystem: ^1.0.8
- maennchen/zipstream-php: ^1.0|^2.0
- spatie/image: ^1.4.0
- spatie/pdf-to-image: ^2.0
- spatie/temporary-directory: ^1.1
- symfony/console: ^4.4
Requires (Dev)
- ext-pdo_sqlite: *
- doctrine/dbal: ^2.5.2
- guzzlehttp/guzzle: ^6.3
- league/flysystem-aws-s3-v3: ^1.0.13
- mockery/mockery: ^1.0.0
- orchestra/testbench: ~3.8.0|^4.0
- phpunit/phpunit: ^8.0
- spatie/phpunit-snapshot-assertions: ^2.0
Suggests
- league/flysystem-aws-s3-v3: Required to use AWS S3 file storage
- php-ffmpeg/php-ffmpeg: Required for generating video thumbnails
Conflicts
- php-ffmpeg/php-ffmpeg: <0.6.1
This package is auto-updated.
Last update: 2026-06-16 06:22:52 UTC
README
This is a fork of spatie/laravel-medialibrary.
It is modified in order to make it work with MongoDB. Eloquent models are based on jenssegers/laravel-mongodb package.
Installation
Via composer:
composer require "codificio/laravel-medialibrary:^7.18"