Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
  • Loading branch information
lloricode committed Mar 23, 2020
1 parent 52d62fe commit 75c4b2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,12 @@
|
*/

'defaultFormat' => env('API_DEFAULT_FORMAT', 'json'),
'defaultFormat' => env('API_DEFAULT_FORMAT', 'json_api'),

'formats' => [

'json' => Dingo\Api\Http\Response\Format\Json::class,
// 'json' => Dingo\Api\Http\Response\Format\Json::class,
'json_api' => League\Fractal\Serializer\JsonApiSerializer::class,

],

Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# STILL MIGRATING TO LUMEN 7

![Run Tests](https://github.com/lloricode/lumen-boilerplate/workflows/Run%20Tests/badge.svg?branch=master)

RESTful API template made from [Lumen 6](https://lumen.laravel.com/)
RESTful API template made from [Lumen 7](https://lumen.laravel.com/)

Join to our [discord](https://discord.gg/9X3Y5pC)

## Old version of Lumen

| Lumen |
| ----- |
|[6](https://github.com/lloricode/lumen-boilerplate/tree/framework-6)|
|[5.8](https://github.com/lloricode/lumen-boilerplate/tree/framework-5.8)|
|[5.7](https://github.com/lloricode/lumen-boilerplate/tree/framework-5.7)|

Expand Down

0 comments on commit 75c4b2a

Please sign in to comment.