2017 © Pedro Peláez
 

cakephp-plugin assets

Croogo Assets Management Plugin

image

xintesa/assets

Croogo Assets Management Plugin

  • Wednesday, November 8, 2017
  • by rchavik
  • Repository
  • 7 Watchers
  • 5 Stars
  • 91 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 7 Forks
  • 9 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

Installation via git

cd $APP

git clone http://github.com/rchavik/AdminExtras View/Themed/AdminExtras

git clone http://github.com/CakeDC/Imagine Plugin/Imagine
( cd Plugin/Imagine && git submodule update --init --recursive )

git clone http://github.com/xintesa/Assets Plugin/Assets
( cd Plugin/Assets && git submodule update --init --recursive )

Console/cake settings.settings write Site.admin_theme AdminExtras
Console/cake ext activate plugin 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., (*1)

Clicking on the "Upload" button will bring up a popup window, where you can select and upload the asset file., (*2)

When ticking the "Featured Image" checkbox, the asset will be automatically grouped under the "Featured Image" record., (*3)

A simple helper method (AssetsImageHelper::featured) is included for basic markup generation., (*4)

Adapter

Two adapters are provided in the plugin:, (*5)

* 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 Croogo behavior, where images are
  stored under `APP/webroot/uploads` directory.

Dependencies

The Versions

08/11 2017

3.0.x-dev

3.0.9999999.9999999-dev http://github.com/xintesa/Assets

Croogo Assets Management Plugin

  Sources   Download

MIT

The Requires

 

25/05 2017
20/05 2017

3.0.0-alpha.2

3.0.0.0-alpha2 http://github.com/xintesa/Assets

Croogo Assets Management Plugin

  Sources   Download

MIT

The Requires

 

10/05 2017

3.0.0-alpha.1

3.0.0.0-alpha1 http://github.com/xintesa/Assets

Croogo Assets Management Plugin

  Sources   Download

MIT

The Requires

 

13/12 2016

dev-3.0-wip

dev-3.0-wip http://github.com/xintesa/Assets

Croogo Assets Management Plugin

  Sources   Download

MIT

The Requires

 

24/02 2015

dev-master

9999999-dev http://github.com/xintesa/Assets

Croogo Assets Management Plugin

  Sources   Download

MIT

The Requires