Skip to content

Commit 0615aa3

Browse files
authored
Update README.md
1 parent e80fbaf commit 0615aa3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# About
2-
Todolist projects based on Laravel 8, sample implementation to learn **Repository pattern** using Laravel 8
2+
Todolist projects based on Laravel 8, sample implementation to learn **Repository pattern** using Laravel 8.
3+
4+
## Video
5+
Here is a video version to understand the concept [Youtube](https://youtu.be/BgQx3xbuOQE)
36

47
## Repository pattern
58
Repositories are classes or components that encapsulate the logic required to access data sources. They centralize common data access functionality, providing better maintainability and decoupling the infrastructure or technology used to access databases from the domain model layer. [Microsoft](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/infrastructure-persistence-layer-design)

0 commit comments

Comments
 (0)