dev-master
9999999-devpackage to manage any kind of file, upload/delete/show
MIT
The Requires
by tamir hativa
1.0.0
1.0.0.0package to manage any kind of file, upload/delete/show
MIT
The Requires
by tamir hativa
package to manage any kind of file, upload/delete/show
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..., (*1)
Require this package in your composer.json
and update composer. This will download the package, (*2)
"tamirh67/MediaManager": "dev-master"
After updating composer, add the ServiceProvider to the providers array in config/app.php
, (*3)
'tamirh67\MediaManager\MediaManagerServiceProvider',
To publish the config settings in Laravel 5 use:, (*4)
php artisan vendor:publish
This will add an excel.php
config file to your config folder., (*5)
Support only through Github. Please don't mail us about issues, make a Github issue instead., (*6)
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!, (*7)
package to manage any kind of file, upload/delete/show
MIT
package to manage any kind of file, upload/delete/show
MIT