2017 © Pedro Peláez
 

library laravel-media-manager

Laravel Media Manager for use with Vue Media Manager

image

thesold/laravel-media-manager

Laravel Media Manager for use with Vue Media Manager

  • Tuesday, May 8, 2018
  • by Silvanite
  • Repository
  • 2 Watchers
  • 1 Stars
  • 42 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 40 % Grown

The README.md

Laravel Media Manager

A Laravel companion package to work with thesold/vue-media-manager to provide a ready-made Media Manager interface with back-end., (*1)

Latest Version on Packagist, (*2)

Installation

composer require thesold/laravel-media-manager

This package uses auto-loading in Laravel 5.5, (*3)

For Laravel 5.1 - 5.4 load the Service Provider and Facde., (*4)

// config/app.php

'providers' => [
    ...
    Thesold\LaravelMediaManager\MediaServiceProvider::class,
];

You are free to publish the laravelmediamanager.php config to customise the package, however we recommend using environment variables to specify required settings., (*5)

Drivers

Default (File) driver

The default driver uses the Intervention Image library to perform basic resizing and cropping. You can customise the image and upload folders., (*6)

# .env

LARAVELMEDIAMANAGER_DRIVER=default
LARAVELMEDIAMANAGER_FOLDER=media # The folder inside the public path where resized images are stored
LARAVELMEDIAMANAGER_UPLOAD_FOLDER=mediamanager # The upload folder within the storage directory where original images (uploads) are stored. These are not publicly accessible

Cloudinary driver

Cloudinary is a cloud based media library offering excellent image optimisation and resizing including facial recognition and focal point cropping. A free cloudinary account is required to use this driver., (*7)

# .env

LARAVELMEDIAMANAGER_DRIVER=cloudinary
LARAVELMEDIAMANAGER_CLOUD_NAME=cloudinary-cloud-name
LARAVELMEDIAMANAGER_API_KEY=cloudinary-api-key
LARAVELMEDIAMANAGER_API_SECRET=cloudinary-api-secret

Usage

The package includes all routes, middleware and controllers to enable the Vue media library. Simply install thesold/vue-media-manager and follow the instructions to specify your Laravl Media Manager URL., (*8)

Support

If you require any support please contact me on Twitter or open an issue on this repository., (*9)

License

GPL-3.0, (*10)

The Versions

08/05 2018

dev-master

9999999-dev

Laravel Media Manager for use with Vue Media Manager

  Sources   Download

Apache-2.0 GPL-3.0

The Requires

 

The Development Requires

08/05 2018

v1.1.3

1.1.3.0

Laravel Media Manager for use with Vue Media Manager

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

07/05 2018

v1.1.2

1.1.2.0

Laravel Media Manager for use with Vue Media Manager

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

06/05 2018

v1.1.1

1.1.1.0

Laravel Media Manager for use with Vue Media Manager

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

06/05 2018

v1.1.0

1.1.0.0

Laravel Media Manager for use with Vue Media Manager

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

13/03 2018

1.0.0

1.0.0.0

Laravel Media Manager for use with Vue Media Manager

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

08/02 2018

dev-task-cloudinary

dev-task-cloudinary

Laravel Media Manager for use with Vue Media Manager

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires