Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-obiwale committed Nov 2, 2017
1 parent 1cc23b7 commit 62b4738
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ and all `CRUD` operations and give the right JSON responses.
Route::apiResource('books', 'BookController');
```

## API Documentation
### What if Web and not API?

Coming soon
Oh, that's covered too with the version 1.5 and above. Just swap out the `Api`
trait for its `Web` counterpart, and you're good.

## Documentation

[Get a full walk-through](http://laraquick.ezraobiwale.com)

0 comments on commit 62b4738

Please sign in to comment.