rinvex/laravel-categories

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.gitattributes
.github/dependabot.yml
.gitignore
.scrutinizer.yml
.styleci.yml
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
composer.json
phpstan.neon.dist
phpunit.xml.dist
config/config.php12
database/migrations/2020_01_01_000001_create_categories_table.php26
database/migrations/2020_01_01_000002_create_categorizables_table.php23
src/Console/Commands/MigrateCommand.php28
src/Console/Commands/PublishCommand.php19
src/Console/Commands/RollbackCommand.php27
src/Models/Category.php71
src/Providers/CategoriesServiceProvider.php36
src/Traits/Categorizable.php125
A
2 hrs