https://github.com/josh-taylor/cakephp-rest-adapter-example
Example of using the Ember Data CakePHP REST adapter
https://github.com/josh-taylor/cakephp-rest-adapter-example
Last synced: 3 months ago
JSON representation
Example of using the Ember Data CakePHP REST adapter
- Host: GitHub
- URL: https://github.com/josh-taylor/cakephp-rest-adapter-example
- Owner: josh-taylor
- Created: 2014-01-03T16:47:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T09:10:42.000Z (over 11 years ago)
- Last Synced: 2025-01-01T21:46:13.885Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 1.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example App using Ember Data CakePHP REST Adapter
An example app of [Ember Data CakePHP REST Adapter](https://github.com/josh-taylor/ember-data-cakephp-rest-adapter)
## How to use
1. Clone repository `$ git clone [email protected]:josh-taylor/cakephp-rest-adapter-example`
2. Copy `app/Config/database.php.default` to `app/Config/database.php`.
3. Edit this file, replace connection details to database with yours.
4. Run `$ app/Console/cake schema create` to install the database.
5. Optional. `$ php -S localhost:8000 -t localhost:8000` to start a php server