All Projects → phodal → Iot Rest

phodal / Iot Rest

The RESTful Part of IOT

##A sample of RESTful API## ###Create with PHP Framework Laravel###

##More## localhost/athome ##for visit localhost/athome/create ##for create localhost/athome/{id}/edit ##for edit

##Quick Start## Add the Database to your MySQL

And edit the

app/config/database.php

for

database

password

To Laravel

git clone https://github.com/laravel/laravel
curl -sS https://getcomposer.org/installer | php

To RESTful php artisan migrate:make create_athomes_table

For more informations can visit my blog of it

##If need edit##

  • app/modals/Athomes.php
  • app/routes.php
  • app/database/migrations/%date%_create_athomes_table.php
  • app/controllers/AthomesController.php
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].