2017 © Pedro Peláez
 

library media

Media Library

image

tonning/media

Media Library

  • Friday, July 24, 2015
  • by tonning
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Media

Installation

First, pull in the package through Composer., (*1)

"require": {
    "tonning/media": "~0.1"
}

And then, if using Laravel 5.1, include the service provider within app/config/app.php., (*2)

'providers' => [
    Tonning\Media\MediaServiceProvider::class,
    Intervention\Image\ImageServiceProvider::class,
];

And, for convenience, add a facade alias to this same file at the bottom:, (*3)

'aliases' => [
    'Media'     => Tonning\Media\MediaFacade::class,
    'Image'     => Intervention\Image\Facades\Image::class
];

Publish config to config/media.php., (*4)

php artisan vendor:publish

The Versions

24/07 2015

dev-master

9999999-dev

Media Library

  Sources   Download

MIT

The Requires

 

23/07 2015

0.1.41

0.1.41.0

Media Library

  Sources   Download

MIT

The Requires

 

09/07 2015

0.1.4

0.1.4.0

Media Library

  Sources   Download

MIT

The Requires

 

01/07 2015

0.1.3

0.1.3.0

Media Library

  Sources   Download

MIT

The Requires

 

01/07 2015

0.1.2

0.1.2.0

Media Library

  Sources   Download

MIT

The Requires

 

01/07 2015

0.1.1

0.1.1.0

Media Library

  Sources   Download

MIT

The Requires

 

01/07 2015

0.1

0.1.0.0

Media Library

  Sources   Download

MIT

The Requires