Skip to content

Files

Latest commit

author
Phil Sturgeon
Jul 28, 2015
1ca0d2c · Jul 28, 2015

History

History
This branch is 4 commits behind apisyouwonthate/build-apis-you-wont-hate:master.

chapter8

Chapter 6: Outputting Data

This is sample code for Chapter 6 of the book Build APIs You Won't Hate.

$ php artisan migrate
$ php artisan db:seed
$ ./run-demo.sh
PHP 5.5.6 Development Server started at Tue Dec 10 23:30:32 2013
Listening on http://localhost:5000
Document root is /some/place/chapter6/public
Press Ctrl-C to quit.

Open your browser and go to http://localhost:5000/users to see Fractal running in all its glory. Well... some of its glory. It can do a lot more than just type cast an array.