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
- Host: GitHub
- URL: https://github.com/lucenarenato/backbone-laravel
- Owner: lucenarenato
- Created: 2018-07-05T19:18:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T20:18:53.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T08:12:02.867Z (3 months ago)
- Topics: backbonejs, laravel
- Language: PHP
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 errorcomposer dump-autoload
php artisan migrate --seed### Renato Lucena - Date = 05/07/2018.