Skip to content

Latest commit

 

History

History

chapter5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Chapter 5: Endpoint Testing

This is sample code for Chapter 5 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/chapter5/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.