davide-casiraghi/laravel-cards

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitattributes
.gitignore
.scrutinizer.yml
.styleci.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
database/migrations/create_card_translations_table.php.stub
database/migrations/create_cards_table.php.stub
phpunit.xml.dist
resources/assets/sass/_card.scss
resources/lang/de/general.php8
A
0 mins
resources/lang/en/general.php8
A
0 mins
resources/lang/fr/general.php8
A
0 mins
resources/lang/it/general.php8
A
0 mins
resources/lang/pl/general.php8
A
0 mins
resources/lang/pt/general.php8
A
0 mins
resources/lang/ru/general.php8
A
0 mins
resources/views/cards/create.blade.php198
A
0 mins
resources/views/cards/edit.blade.php186
A
0 mins
resources/views/cards/index.blade.php73
A
0 mins
resources/views/cards/layout.blade.php32
A
0 mins
resources/views/cards/show.blade.php23
A
0 mins
resources/views/cardsTranslations/create.blade.php65
A
0 mins
resources/views/cardsTranslations/edit.blade.php79
A
0 mins
resources/views/show-card.blade.php26
A
0 mins
routes/web.php7
A
0 mins
src/Facades/LaravelCards.php10
A
0 mins
src/Http/Controllers/CardController.php130
A
0 mins
src/Http/Controllers/CardTranslationController.php64
A
0 mins
src/Http/Controllers/Controller.php25
A
0 mins
src/Http/Middleware/Admin.php17
A
0 mins
src/LaravelCards.php72
A
0 mins
src/LaravelCardsServiceProvider.php43
A
1 hr
src/Models/Card.php22
A
0 mins
src/Models/CardTranslation.php17
A
0 mins