Skip to content

bbelyeu/MysqlImageStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CakePhp 2.x Plugin for storing images in mysql

1. Clone this plugin in your app/Plugin folder
2. Import schema for images in Config/Schema/images.sql into your projects database
3. Load the plugin in your project's bootstrap.php like so:
    CakePlugin::loadAll(array(
        'MysqlImageStorage' => array('routes' => true),
    ));
4. 

About

CakePhp 2 Plugin for storing images in MYSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages