Skip to content

composercodes/MTG-blog

Repository files navigation

CakePHP

Latest Stable Version License Bake Status

M.T.G CakePHP Blog

Features

Users - ( index-add-edit-view-reset_password )

Posts - ( index-add-edit-view )

Comments - ( index-add-edit-view )

Admin Prefix - Use Admin perfix to manage dashboard

Image Upload Behavior -

RESTful Api -

HTTP format

URL.format

Controller action invoked

GET

/rest_posts.json

RestPostsController::index()

GET

/ rest_posts/123.json

RestPostsController::view(123)

POST

/ rest_posts.json

RestPostsController::add()

PUT

/ rest_posts/123.json

RestPostsController::edit(123)

DELETE

/ rest_posts/123.json

RestPostsController::delete(123)

POST

/ rest_posts/123.json

RestPostsController::edit(123)

Auth & Authorized - Use Auth Component and authorize actions depend on user role

Client Test Api - Test Api (http://localhost/MTG-blog/Client)

Get Support!

#cakephp on irc.freenode.net - Come chat with us, we have cake

Google Group - Community mailing list and forum

GitHub Issues - Got issues? Please tell us!

Roadmaps - Want to contribute? Get involved!

About

Cakephp 2.x Blog

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages