Download the PHP package vamshop/assets without Composer
On this page you can find all versions of the php package vamshop/assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vamshop/assets
More information about vamshop/assets
Files in vamshop/assets
Package assets
Short Description VamShop Assets Management Plugin
License MIT
Homepage http://github.com/vamshop/assets
Informations about the package assets
Assets Management Plugin
VamShop Assets Management Plugin
Installation using composer:
- Install package from your VamShop root directory (where composer.json located):
composer require vamshop/assets
- Activate plugin at Admin - Extensions - Plugins - Assets
Manual Installation:
-
Download or clone repository http://github.com/vamshop/assets
-
Copy files from archive analytics-master folder to /app/plugins/Assets folder
- Activate plugin at Admin - Extensions - Plugins - Assets
Usage
Once activated successfully, three new buttons (Reload, Browse, and Upload)
and a new "Assets" tab will be added to the edit
action of the following
pages: Nodes, Blocks, and Types.
Clicking on the "Upload" button will bring up a popup window, where you can select and upload the asset file.
Featured Image
When ticking the "Featured Image" checkbox, the asset will be automatically grouped under the "Featured Image" record.
A simple helper method (AssetsImageHelper::featured) is included for basic markup generation.
Adapter
Two adapters are provided in the plugin:
* Local Attachment
Default storage adapter. When using this adapter, assets will be
stored under `APP/webroot/assets` directory.
* Local Attachment (Legacy)
This adapters mimics the original Vamshop behavior, where images are
stored under `APP/webroot/uploads` directory.
Dependencies
- Imagine plugin which is a CakePHP friendly wrapper for Imagine image processing library. Tested with 1.0.1-3-g500a559
- Gaufrette library
All versions of assets with dependencies
vamshop/vamshop-core Version ^3.0.0
knplabs/gaufrette Version v0.1.8
intervention/image Version ^2.3