knovator / media
This is media module description
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/knovator/media
Requires
- knovators/image-resize: ~1
- knovators/support: ~1
- prettus/l5-repository: ~2.6
- yajra/laravel-datatables-oracle: ~9
This package is not auto-updated.
Last update: 2025-09-28 19:38:55 UTC
README
This package used for upload all type media file
Migration Added:
- Files
Features:
- Upload media file
- Change image size
Require the knovator/media package in your composer.json and update your dependencies:
You want to need add media repository in your composer.json file.
{
"type": "vcs",
"url": "git@github.com:knovator/media.git"
}
],
This package included
prettus/l5-repository
and knovator/support
and knovator/image-resize
packages.
composer require knovator/media "1.*"
In knovator/image-resize
include illuminate/support
and intervention/image
Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images.
In your config/app.php
add Knovator\Media\MediaServiceProvider::class
to the end of the providers array:
Publish Configuration:
php artisan vendor:publish --provider "Knovator\Media\MediaServiceProvider"
website : [ https://github.com/knovator/media ]