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

Commit 6d63334

Browse files
committed
readme
1 parent 6611cb7 commit 6d63334

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)
55

66
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+
78
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+
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 database records.
911

1012
Here is a list of the packages installed:
1113

0 commit comments

Comments
 (0)