This repository was archived by the owner on Sep 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -99,17 +99,22 @@ More information regarding the project can be found here https://github.com/goth
99
99
## Folders
100
100
101
101
- ` 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
104
102
- ` app/Http/Controllers/Api ` - Contains all the api controllers
105
103
- ` app/Http/Middleware ` - Contains the JWT auth middleware
106
104
- ` 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
108
110
- ` app/RealWorld/Transformers ` - Contains all the data transformers
111
+ - ` config ` - Contains all the application configuration files
109
112
- ` database/factories ` - Contains the model factory for all the models
110
113
- ` database/migrations ` - Contains all the database migrations
111
114
- ` database/seeds ` - Contains the database seeder
112
115
- ` 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
113
118
114
119
## Environment variables
115
120
You can’t perform that action at this time.
0 commit comments