davide-casiraghi/laravel-events-calendar

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.editorconfig
.gitattributes
.gitignore
.scrutinizer.yml
.styleci.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
database/factories/ContinentFactory.php10
A
0 mins
database/factories/CountryFactory.php11
A
0 mins
database/factories/EventCategoryFactory.php11
A
0 mins
database/factories/EventFactory.php39
A
0 mins
database/factories/EventRepetitionFactory.php14
A
0 mins
database/factories/EventVenueFactory.php21
A
0 mins
database/factories/OrganizerFactory.php16
A
0 mins
database/factories/TeacherFactory.php21
A
0 mins
database/factories/UserFactory.php11
A
0 mins
database/migrations/add_fields_to_users_table.php.stub
database/migrations/create_continents_table.php.stub
database/migrations/create_countries_table.php.stub
database/migrations/create_event_categories_table.php.stub
database/migrations/create_event_category_translations_table.php.stub
database/migrations/create_event_has_organizers_table.php.stub
database/migrations/create_event_has_teachers_table.php.stub
database/migrations/create_event_repetitions_table.php.stub
database/migrations/create_event_venues_table.php.stub
database/migrations/create_events_table.php.stub
database/migrations/create_organizers_table.php.stub
database/migrations/create_region_translations_table.php.stub
database/migrations/create_regions_table.php.stub
database/migrations/create_teachers_table.php.stub
database/seeds/ContinentsTableSeeder.php23
A
0 mins
database/seeds/CountriesTableSeeder.php269
C
1 day
database/seeds/EventCategoriesTableSeeder.php28
A
0 mins
phpstan.neon.dist
phpunit.xml.dist
resources/assets/images/regular/calendar-alt.svg
resources/assets/images/regular/map-marker-alt.svg
resources/assets/images/regular/user-alt.svg
resources/assets/images/regular/users.svg
resources/assets/images/solid/calendar-alt.svg
resources/assets/images/solid/map-marker-alt.svg
resources/assets/images/solid/user-alt.svg
resources/assets/images/solid/users.svg
resources/assets/js/components/SelectTeacher.vue
resources/assets/js/tinymce/tinymce.js26,260
A
0 mins