.codeclimate.json | |
|
|
.github/workflows/phpstan.yml | |
|
|
.github/workflows/swagger.yml | |
|
|
.github/workflows/test-cc.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
ADMIN.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
database/factories/WebinarFactory.php | 26 | A 0 mins |
|
database/migrations/2022_02_15_141832_create_webinars_table.php | 28 | A 0 mins |
|
database/migrations/2022_02_23_125155_create_webinar_authors_table.php | 30 | A 0 mins |
|
database/migrations/2022_02_23_144037_add_image_path_column_to_webinars_table.php | 19 | A 0 mins |
|
database/migrations/2022_03_04_152905_add_ccolumns_y_t_for_webinar_table.php | 22 | A 0 mins |
|
database/migrations/2022_03_18_143236_add_table_relations_users_webinar.php | 23 | A 0 mins |
|
database/migrations/2022_03_21_114557_add_missing_columns_to_webinars_table.php | 20 | A 0 mins |
|
database/migrations/2022_03_23_111023_change_name_columns_in_webinar_authors_table.php | 29 | A 3 hrs |
|
database/migrations/2022_03_31_072718_add_sender_status_in_webinar.php | 19 | A 0 mins |
|
database/migrations/2022_04_08_100912_add_logotype_column_in_webinars_table.php | 19 | A 0 mins |
|
database/migrations/2022_04_15_132140_add_column_yt_auto_start_status_in_webinars_table.php | 19 | A 0 mins |
|
database/migrations/2022_04_19_124520_remove_not_used_columns_from_webinar_table.php | 19 | A 0 mins |
|
database/seeders/WebinarsPermissionSeeder.php | 32 | A 0 mins |
|
database/seeders/WebinarsSeeder.php | 17 | A 0 mins |
|
database/seeders/WebinarsTermsSeeder.php | 24 | A 0 mins |
|
docs/list.png | |
|
|
docs/menu.png | |
|
|
docs/new_webinar.png | |
|
|
env/codecov/phpunit.xml | |
|
|
env/codecov/testbench.yaml | |
|
|
env/mysql/phpunit.xml | |
|
|
env/mysql/testbench.yaml | |
|
|
env/openapi/config.php | 1 | A 0 mins |
|
env/postgres/phpunit.xml | |
|
|
env/postgres/testbench.yaml | |
|
|
phpstan.neon | |
|
|
phpunit.xml | |
|
|
resources/lang/en/permissions.php | 9 | A 0 mins |
|
resources/lang/pl/permissions.php | 9 | A 0 mins |
|
src/AuthServiceProvider.php | 19 | A 0 mins | F 0% |
src/Dto/BaseDto.php | 11 | A 0 mins |
|
src/Dto/Contracts/ModelDtoContract.php | 8 | A 0 mins |
|
src/Dto/FilterListDto.php | 166 | B 5 hrs |
|
src/Dto/Traits/DtoHelper.php | 50 | A 0 mins |
|
src/Dto/WebinarDto.php | 72 | A 0 mins |
|
src/Enum/ConstantEnum.php | 8 | A 0 mins |
|
src/Enum/WebinarPermissionsEnum.php | 15 | A 0 mins | F 0% |
src/Enum/WebinarStatusEnum.php | 9 | A 0 mins | F 0% |
src/Enum/WebinarTermReminderStatusEnum.php | 8 | A 0 mins |
|
src/EscolaLmsWebinarServiceProvider.php | 48 | A 0 mins | F 0% |