TIDE/backend/app/Controllers
Yisroel Baum 59d4ed88c4
implement post and comment controllers
Wires PostController (recent, show, create, delete, listByUser)
and CommentController (listForPost, create, delete) to the
existing use cases. Posts and comments expose author display
names alongside user IDs. CommentRepository binding added to
RepositoryServiceProvider.
2026-05-06 22:26:35 +03:00
..
AuthController.php implement auth controller and routes 2026-05-06 22:12:51 +03:00
CommentController.php implement post and comment controllers 2026-05-06 22:26:35 +03:00
PostController.php implement post and comment controllers 2026-05-06 22:26:35 +03:00