Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 6611cb7

Browse files
committed
update Readme
1 parent 528e17f commit 6611cb7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
[![Build Status](https://travis-ci.org/joselfonseca/laravel-api.svg)](https://travis-ci.org/joselfonseca/laravel-api)
44
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)
55

6-
Laravel API starter Kit will give you most of the boilerplate that you need for creating API's using Laravel Framework version 5.1
6+
Laravel API starter Kit will provide you with the tools for making API's that everyone will love, it brings the power of Dingo/Api already set up to make it easier to handle routing, versioning, responses and much more, Authentication is already provided with an oAuth2 server with the `client_credentials`, `password` and `refresh token` grants so you don't have to worry about installing and setting it up yourself. We brought the power of the [Tactician Command bus](http://tactician.thephpleague.com/) to laravel in a simple package [https://github.com/joselfonseca/laravel-tactician](https://github.com/joselfonseca/laravel-tactician) created and maintained by [Jose Fonseca](https://github.com/joselfonseca).
7+
If you like to work with repositories we also brought the popular Laravel 5 repositories package as well as the Eloquence packages to make your models more powerful.
8+
Because we now hiding the auto-incremental ID's from the database is important, we have added Laravel UUID which will help you create UUID's for your records.
9+
10+
Here is a list of the packages installed:
711

812
- [Dingo API](https://github.com/dingo/api)
913
- [OAuth 2 Server](https://github.com/lucadegasperi/oauth2-server-laravel)

0 commit comments

Comments
 (0)