Skip to content

This is an image service, designed to ingest images and prepare them for use on the site.

Notifications You must be signed in to change notification settings

sonoiche/michaelberry-mbimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is an image service, designed to ingest images and prepare them for use on the site.

Installation

You can install this package via composer using:

composer require michaelberry/mbimage

The package will automatically register itself.

To publish the config file and view file run:

php artisan vendor:publish --provider="MichaelBerry\MBImage\MBImageServiceProvider"

This will publish a file mbimage.php in your config directory with the following contents:

return [
    'type' => 'S3', // if you want the image to be uploaded to Amazon S3, leave blank if you want it to be in your local public folder
    'path' => 'mbuploads' // path directory
];

About

This is an image service, designed to ingest images and prepare them for use on the site.

Resources

Stars

Watchers

Forks

Packages

No packages published