.editorconfig | |
|
|
.github/workflows/swagger.yml | |
|
|
.github/workflows/test-cc.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
ADMIN.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
database/factories/PageFactory.php | 28 | A 50 mins |
|
database/migrations/2021_05_12_000001_create_pages_table.php | 27 | A 0 mins |
|
database/migrations/2023_05_24_000001_add_timestamps_to_pages_table.php | 27 | A 0 mins |
|
database/seeders/DatabaseSeeder.php | 13 | A 0 mins |
|
database/seeders/PermissionTableSeeder.php | 25 | A 0 mins |
|
env/codecov/phpunit.xml | |
|
|
env/codecov/testbench.yaml | |
|
|
env/docker-compose.yml | |
|
|
env/mysql/phpunit.xml | |
|
|
env/mysql/testbench.yaml | |
|
|
env/openapi/config.php | 1 | A 0 mins |
|
env/postgres/phpunit.xml | |
|
|
env/postgres/testbench.yaml | |
|
|
makefile | |
|
|
resources/lang/en/permissions.php | 9 | A 0 mins |
|
resources/lang/pl/permissions.php | 9 | A 0 mins |
|
src/AuthServiceProvider.php | 15 | A 0 mins | A 100% |
src/Dtos/PagesFilterCriteriaDto.php | 25 | A 0 mins | B 88% |
src/Enums/PagesPermissionsEnum.php | 11 | A 0 mins | F 0% |
src/EscolaLmsPagesServiceProvider.php | 28 | A 0 mins | A 100% |
src/Http/Controllers/Contracts/PagesAdminApiContract.php | 16 | A 0 mins | F 0% |
src/Http/Controllers/Contracts/PagesApiContract.php | 10 | A 0 mins | F 0% |
src/Http/Controllers/PagesAdminApiController.php | 60 | A 0 mins | A 100% |
src/Http/Controllers/PagesApiController.php | 30 | A 0 mins | A 100% |
src/Http/Exceptions/PageAlreadyExistsException.php | 10 | A 0 mins | F 0% |
src/Http/Requests/PageCreateRequest.php | 32 | A 0 mins | A 100% |
src/Http/Requests/PageDeleteRequest.php | 37 | A 3 hrs | B 88% |
src/Http/Requests/PageFrontListingRequest.php | 14 | A 0 mins | A 100% |
src/Http/Requests/PageFrontReadRequest.php | 37 | A 0 mins | A 100% |
src/Http/Requests/PageListingRequest.php | 22 | A 0 mins | A 100% |
src/Http/Requests/PageReadRequest.php | 37 | A 3 hrs | B 88% |
src/Http/Requests/PageUpdateRequest.php | 52 | A 0 mins | C 70% |
src/Http/Resources/PageResource.php | 22 | A 0 mins | A 100% |
src/Http/Services/Contracts/PageServiceContract.php | 15 | A 35 mins | F 0% |
src/Http/Services/PageService.php | 59 | A 35 mins | A 96% |
src/Models/Page.php | 30 | A 0 mins | F 0% |
src/Policies/PagePolicy.php | 34 | A 0 mins | A 100% |
src/Repository/Contracts/PageRepositoryContract.php | 11 | A 0 mins | F 0% |
src/Repository/PageRepository.php | 45 | A 0 mins | C 73% |
src/routes.php | 15 | A 0 mins | A 100% |