/app/Controllers/AuthController.php |
56 |
56 |
15 |
/app/Controllers/HomeController.php |
13 |
17 |
12 |
/app/Controllers/ProfileController.php |
38 |
32 |
12 |
/app/Controllers/Testing.php |
5 |
31 |
14 |
/app/Controllers/UserController.php |
29 |
17 |
5 |
/app/Domain/Session.php |
5 |
4 |
3 |
/app/Domain/User.php |
21 |
36 |
11 |
/app/Middleware/AuthMiddleware.php |
10 |
11 |
9 |
/app/Middleware/CSRFMiddleware.php |
10 |
13 |
10 |
/app/Middleware/CurrentUserMiddleware.php |
11 |
12 |
9 |
/app/Middleware/GuestMiddleware.php |
10 |
11 |
9 |
/app/Middleware/OnlyAdminMiddleware.php |
11 |
15 |
12 |
/app/Models/ExampleModel.php |
36 |
37 |
10 |
/app/Models/User/UserLoginRequest.php |
16 |
13 |
8 |
/app/Models/User/UserPasswordUpdateRequest.php |
10 |
10 |
5 |
/app/Models/User/UserProfileUpdateRequest.php |
18 |
16 |
8 |
/app/Models/User/UserRegisterRequest.php |
19 |
25 |
10 |
/app/Repository/SessionRepository.php |
30 |
12 |
9 |
/app/Repository/UserRepository.php |
76 |
31 |
12 |
/app/Service/SessionService.php |
30 |
62 |
31 |
/app/Service/UserService.php |
206 |
114 |
30 |
/app/views/auth/login.php |
2 |
6 |
3 |
/app/views/auth/register.php |
1 |
17 |
3 |
/app/views/error/404.php |
33 |
4 |
4 |
/app/views/error/500.php |
29 |
3 |
3 |
/app/views/home/index.php |
4 |
2 |
2 |
/app/views/layouts/app.php |
5 |
3 |
3 |
/app/views/profile/password.php |
6 |
9 |
4 |
/app/views/profile/profile.php |
3 |
10 |
2 |
/app/views/welcome.php |
6 |
3 |
3 |
/bootstrap.php |
31 |
38 |
11 |
/config/config.php |
32 |
4 |
2 |
/config/routes.php |
20 |
3 |
3 |
/public/index.php |
10 |
21 |
9 |