Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaseconey/laraback
Quick demo of how Backbone fits into the Laravel environment
https://github.com/chaseconey/laraback
Last synced: 11 days ago
JSON representation
Quick demo of how Backbone fits into the Laravel environment
- Host: GitHub
- URL: https://github.com/chaseconey/laraback
- Owner: chaseconey
- Created: 2013-10-31T14:24:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T14:24:30.000Z (about 11 years ago)
- Last Synced: 2024-11-13T20:42:13.274Z (2 months ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## Laraback
Simple Laravel + Backbone example that shows how data flows from database to front end. This project has the schema, test data, and build process all included.
### How to build
* `git clone` the repo
* Navigate to the local repo
* `composer install` to install PHP dependencies
* Go to app/config/database.php and make sure your database connection settings are correct (create a new db if need be)
* `php artisan migrate` to install the schema
* `php artisan db:seed` to install the test data
* `php artisan serve` if you have PHP 5.4 or greater
* Otherwise, create a vhost and hosts entry and navigate to the given url### Technologies Used
* Laravel
* Composer
* Backbone
* Underscore
* jQuery