Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit 5358859

Browse files
author
Sandeesh
authored
Merge pull request #5 from MPur/feature/update-readme-folders
Update folders path in Readme
2 parents 499dbb2 + 09cf71b commit 5358859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ More information regarding the project can be found here https://github.com/goth
100100

101101
- `app` - Contains all the Eloquent models
102102
- `app/config` - Contains all the application configuration files
103-
- `app/Filters` - Contains the query filters used for filtering api requests
103+
- `app/RealWorld/Filters` - Contains the query filters used for filtering api requests
104104
- `app/Http/Controllers/Api` - Contains all the api controllers
105105
- `app/Http/Middleware` - Contains the JWT auth middleware
106106
- `app/Http/Requests/Api` - Contains all the api form requests
107-
- `app/Paginate` - Contains the custom pagintor used to paginate the result
108-
- `app/Transformers` - Contains all the data transformers
107+
- `app/RealWorld/Paginate` - Contains the custom pagintor used to paginate the result
108+
- `app/RealWorld/Transformers` - Contains all the data transformers
109109
- `database/factories` - Contains the model factory for all the models
110110
- `database/migrations` - Contains all the database migrations
111111
- `database/seeds` - Contains the database seeder

0 commit comments

Comments
 (0)