Skip to content

inabells/nativePig-api

Repository files navigation

How to start the server

on Terminal:
cd Desktop/native-pig-api
php artisan serve --host 192.168.1.10 --port 8000 OR php artisan serve

Create new model:
php artisan make: model Model/Flight

Create new controller:
php artisan make: controller Flight --resource




Links:

Eloquent Laravel
laravel-news.com/eloquent-tips-tricks

Asynchronous Http Client (For REST API)
http://loopj.com/android-async-http/x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published