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

Commit 624de78

Browse files
committed
Fix env
1 parent f575545 commit 624de78

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MAIL_USERNAME=null
1818
MAIL_PASSWORD=null
1919
MAIL_ENCRYPTION=null
2020

21-
API_DOMAIN=laravel-api.dev
21+
API_PREFIX=api
2222
API_VERSION=v1
2323
API_NAME="Laravel API"
2424
API_DEBUG=true

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Laravel API starter Kit will give you most of the boilerplate that you need for
1414
- [Eloquent Sluggable](https://github.com/cviebrock/eloquent-sluggable)
1515
- [Laravel UUID](https://github.com/webpatser/laravel-uuid)
1616

17-
### Instalation
17+
## Instalation
1818

1919
To install the project you can use composer
2020

@@ -59,11 +59,11 @@ php artisan migrate
5959

6060
You should be done with the basic configuration.
6161

62-
### oAuth 2 Authentication server
62+
## oAuth 2 Authentication server
6363

6464
The started kit has already implemented the oAuth2 server bridge package for League/oAuth2 which means you get API authentication out of the box
6565

66-
## Authenticating with the oAuth2 server
66+
### Authenticating with the oAuth2 server
6767

6868
The available grants by default are:
6969

@@ -128,10 +128,10 @@ if the credentials are incorrect it should return the appropriate 401 response
128128

129129
For more information please visit [The oAuth2 repository](https://github.com/lucadegasperi/oauth2-server-laravel/tree/master/docs)
130130

131-
### Dingo/Api
131+
## Dingo/Api
132132

133133
This started kit has already set up [dingo/api](https://github.com/dingo/api) to manage routes, requests, responses, protecting endpoint, versioning and much more, for more details please visit [https://github.com/dingo/api](https://github.com/dingo/api)
134134

135-
### License
135+
## License
136136

137137
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)