Download the PHP package cyrodjohn/l5-media-manager without Composer
On this page you can find all versions of the php package cyrodjohn/l5-media-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package l5-media-manager
Install L5-media-manager
Easy eloquent media manager for Laravel 5.1 and Bootsrap 3.
Demo:
Add
List
Info
Edit your required dependencies in composer.json:
"joanvt/l5-media-manager": "dev-master"
Step 1 - With CMD Composer execute:
composer update
Step 2 - Then, with CMD PHP execute:
php artisan vendor:publish
Step 3 - Now, just add the provider class in your config/app.php:
Joanvt\MediaManager\MediaManagerServiceProvider::class
Step 4 - Migrate the database. With CMD PHP execute:
php artisan migrate
Step 5 - Create your Media Model (You can use an Alias if you want difining it in config/app.php ):
Step 6 - Create your view with our three methodes and include your query in "lists" method:
Step 7 - Create a Request validator (app/Http/Requests):
Step 9 - Create your Ajax Controller like this and include your File Requester:
Step 10 - You can configure some parameters about the file uploading in config/jmedia.php:
Step 11 - Create your route listeners (routes.php'
Tips:
Use .htaccess for avoid the execution of some binary files i.e:
php_flag engine off
(Image Alias) Intervention dependency
We use "intervention/image": "2.*" dependency for image manipulation. You can also use native PHP
Create an "isAjax" middleware
To-do List:
All versions of l5-media-manager with dependencies
PHP Build Version
Package Version
The package cyrodjohn/l5-media-manager contains the following files
Loading the files please wait ....