This website requires JavaScript.
Explore
Help
Sign in
yisroelbaum
/
TIDE
Watch
1
Star
0
Fork
You've already forked TIDE
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7fda18dde3
TIDE
/
backend
/
app
/
Post
History
Download ZIP
Download TAR.GZ
yisroel
7fda18dde3
implement GetPost use case
...
validates id > 0, delegates to PostRepository->find. 58 tests pass.
2026-05-06 15:25:56 +03:00
..
UseCases
implement GetPost use case
2026-05-06 15:25:56 +03:00
CreatePostDto.php
add Post entity, dto, repository interface
2026-05-06 15:19:00 +03:00
EloquentPostRepository.php
add Post persistence: model, migration, eloquent + fake repo
2026-05-06 15:22:22 +03:00
Post.php
add Post entity, dto, repository interface
2026-05-06 15:19:00 +03:00
PostModel.php
add Post persistence: model, migration, eloquent + fake repo
2026-05-06 15:22:22 +03:00
PostRepository.php
add Post entity, dto, repository interface
2026-05-06 15:19:00 +03:00