Added new page drafts and started image entity attaching

Closes #80.
This commit is contained in:
Dan Brown
2016-03-13 12:04:08 +00:00
parent ced8c8e497
commit 5283919d24
26 changed files with 403 additions and 84 deletions

View File

@ -32,7 +32,6 @@ class ImageController extends Controller
parent::__construct();
}
/**
* Get all images for a specific type, Paginated
* @param int $page
@ -55,7 +54,6 @@ class ImageController extends Controller
return response()->json($imgData);
}
/**
* Handles image uploads for use on pages.
* @param string $type
@ -113,7 +111,6 @@ class ImageController extends Controller
return response()->json($image);
}
/**
* Deletes an image and all thumbnail/image files
* @param PageRepo $pageRepo