tamirh67 / media-manager
package to manage any kind of file, upload/delete/show
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
pkg:composer/tamirh67/media-manager
Requires
- intervention/image: 2.*
This package is not auto-updated.
Last update: 2025-12-24 16:21:54 UTC
README
#Media Manager
A basic package to upload files in L5, with some examples of how to attach media to any object, list, show gallery of images, etc...
##Installation
Require this package in your composer.json and update composer. This will download the package
"tamirh67/MediaManager": "dev-master"
After updating composer, add the ServiceProvider to the providers array in config/app.php
'tamirh67\MediaManager\MediaManagerServiceProvider',
To publish the config settings in Laravel 5 use:
php artisan vendor:publish
This will add an excel.php config file to your config folder.
Documentation
Support
Support only through Github. Please don't mail us about issues, make a Github issue instead.
Contributing
License
This package is licensed under MIT. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!