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 +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ More information regarding the project can be found here https://github.com/goth
100
100
101
101
- ` app ` - Contains all the Eloquent models
102
102
- ` 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
104
104
- ` app/Http/Controllers/Api ` - Contains all the api controllers
105
105
- ` app/Http/Middleware ` - Contains the JWT auth middleware
106
106
- ` 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
109
109
- ` database/factories ` - Contains the model factory for all the models
110
110
- ` database/migrations ` - Contains all the database migrations
111
111
- ` database/seeds ` - Contains the database seeder
You can’t perform that action at this time.
0 commit comments