Skip to content

Commit 4eb8a91

Browse files
authored
Update README.md
1 parent 3c84059 commit 4eb8a91

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,15 @@ Set a correct configuration
2828
* ```config/jwt.php```
2929

3030
## Usage
31-
### Introduction
31+
### Introduction
3232
After installing:
3333
* Delete .git folder: ```cd destination_folder && rm -rf .git/```
3434

35-
### Creating a new endpoint
36-
* Write a Repository
37-
* Write Requests (Validations)
38-
* Create the API controller
35+
### — Add a new endpoint
36+
- Write Tests
37+
- Add route
38+
- Create Model
39+
- Create Resource
40+
- Create Repository
41+
- Create Controller
42+
- Create Request (Validations)

0 commit comments

Comments
 (0)