| Current Path : /var/www/html/ebook/backend/modules/contentPhoto/ |
| Current File : /var/www/html/ebook/backend/modules/contentPhoto/meta.json |
{
"module_id": "contentPhoto",
"name": "Photo Gallery",
"version": "1.0",
"author": "dev@dynaweb3",
"email":"dynaweb@gmail.com",
"licence":"MIT",
"homepage":"http://dynaweb.blunetdev.com",
"description": "Photo Gallery module",
"image_path":[
"contentPhoto/images/preview.png"
],
"routes":[
"contentPhoto/content-photo-gallery/index",
"contentPhoto/content-photo-gallery/create",
"contentPhoto/content-photo-gallery/update"
],
"data":{
"sql":{
"up":"contentPhoto/up.sql",
"down":"contentPhoto/down.sql"
}
}
}