php 5.4+
phing
composer
MySQL 5+
phing develop
phing db-install
phing db-refresh
Routes of resources:
php artisan route:list
Basically, this is our routes (application/json, except for image):
Create an user
/api/v1/users
Read an user
/api/v1/users/1
Create an image of the user 1
/api/v1/users/1/image
Read an image of the user 1
/api/v1/users/1/image/1
Create a comment for the image of the user 1
/api/v1/users/1/image/1/comments
Read a comment for the image 1 of user 1
/api/v1/users/1/image/1/comments/1
If a new comment arrive to a specific image, the owner of the image will receive an email notification