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

Commit 3f7ef19

Browse files
author
Sandeesh
committed
Updated readme.md to reflect new folder structure.
1 parent 5358859 commit 3f7ef19

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,22 @@ More information regarding the project can be found here https://github.com/goth
9999
## Folders
100100

101101
- `app` - Contains all the Eloquent models
102-
- `app/config` - Contains all the application configuration files
103-
- `app/RealWorld/Filters` - Contains the query filters used for filtering api requests
104102
- `app/Http/Controllers/Api` - Contains all the api controllers
105103
- `app/Http/Middleware` - Contains the JWT auth middleware
106104
- `app/Http/Requests/Api` - Contains all the api form requests
107-
- `app/RealWorld/Paginate` - Contains the custom pagintor used to paginate the result
105+
- `app/RealWorld/Favorite` - Contains the files implementing the favorite feature
106+
- `app/RealWorld/Filters` - Contains the query filters used for filtering api requests
107+
- `app/RealWorld/Follow` - Contains the files implementing the follow feature
108+
- `app/RealWorld/Paginate` - Contains the pagination class used to paginate the result
109+
- `app/RealWorld/Slug` - Contains the files implementing slugs to articles
108110
- `app/RealWorld/Transformers` - Contains all the data transformers
111+
- `config` - Contains all the application configuration files
109112
- `database/factories` - Contains the model factory for all the models
110113
- `database/migrations` - Contains all the database migrations
111114
- `database/seeds` - Contains the database seeder
112115
- `routes` - Contains all the api routes defined in api.php file
116+
- `tests` - Contains all the application tests
117+
- `tests/Feature/Api` - Contains all the api tests
113118

114119
## Environment variables
115120

0 commit comments

Comments
 (0)