An open API service indexing awesome lists of open source software.

https://github.com/lucenarenato/backbone-laravel

Backbone.js | Laravel 5.6 | tutsplus|Atul Zalavadiya
https://github.com/lucenarenato/backbone-laravel

backbonejs laravel

Last synced: about 1 month ago
JSON representation

Backbone.js | Laravel 5.6 | tutsplus|Atul Zalavadiya

Awesome Lists containing this project

README

        

# Backbone JS / Laravel Setup - tutsplus


Aula com Atul Zalavadiya

- webdesigning-art.blogspot.in/

## About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

- https://code.tutsplus.com/tutorials/combining-laravel-4-and-backbone--net-31745

git remote add ........
git fetch example
git merge example/develop
git add . && git commit -am "commit the example application structure"

Status Codes: Responses should reply with proper status codes, fight the temptation to just place an { error: "this is an error message" } in the body of your response. Use the HTTP protocol to its fullest!

200: success
201: resource created
204: success, but no content to return
400: request not fulfilled //validation error
401: not authenticated
403: refusal to respond //wrong credentials, do not have permission (un-owned resource)
404: not found
500: other error

composer dump-autoload
php artisan migrate --seed

### Renato Lucena - Date = 05/07/2018.