Skip to content

Commit 1367389

Browse files
authored
Merge pull request #3 from adhenrique/develop
merge develop into master
2 parents 40a512e + 1fc9e88 commit 1367389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class DummyValidateService extends ValidateService
114114
];
115115
}
116116
```
117-
### Confit routes
117+
### Config routes
118118
We follow [Laravel routes](https://laravel.com/docs/8.x/routing) pattern. But as we are dealing with API, modify the file `routes/api.php`, adding the following routes:
119119
```php
120120
Route::get('dummies', 'App\Http\Controllers\DummyController@index');
@@ -177,7 +177,7 @@ You can filter and paginate the data on the listing routes. To do this, send a p
177177

178178
## Todo
179179
- [ ] CQRS
180-
- [ ] Suporte para versões antigas do Laravel
180+
- [ ] Support for old Laravel versions
181181
- [ ] Or Where filter
182182
- [ ] OOP improvements
183183

0 commit comments

Comments
 (0)