2017 © Pedro Peláez
 

library laravel-media-manager

Configure media files from UI

image

webelightdev/laravel-media-manager

Configure media files from UI

  • Thursday, December 14, 2017
  • by yashbarot
  • Repository
  • 3 Watchers
  • 2 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

laravel-media-manager

Media Manager using Laravel, (*1)

Following are the step to configure Image Slider

Step 1:Laravel media manager plugin requires the following components to work correctly

Intervention Image

Step 2:copy vendor using composer

composer require webelightdev/laravel-media-manager dev-master


Or, you may manually update require block and run `composer update`

"require": {

    "webelightdev/laravel-media-manager": "dev-master"
}

'composer update' will be required.

step 3: Once Laravel Slider is installed, You need to register the Service Provider in config/app.php Add following in providers list

'providers' => [
 // ...
    Webelightdev\LaravelMediaManager\MediaManagerServiceProvider::class,
 // ...

]

step 4: To publish the Config, Migration, Service Provider and Facades Run

php artisan vendor:publish

step 5: Finally, run migration to generate table Run

php artisan migrate

step 6: This packager Required Auth login if you don't have Auth login Run

php artisan make:auth
php artisan migrate

you can view laravel media manager by writing:

www.yourdomain.com/media or localhost/yourapp/media, (*2)

The Versions

14/12 2017

dev-master

9999999-dev

Configure media files from UI

  Sources   Download

MIT

The Requires

 

by Vivek

21/11 2017

v1.0.0

1.0.0.0

Configure media files from UI

  Sources   Download

MIT

The Requires

 

by Vivek