rinvex/cortex-attributes

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.gitattributes
.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.php5
database/factories/AttributeFactory.php18
database/migrations/2020_01_01_000001_alter_attributes_table_add_auditable_columns.php20
database/seeders/CortexAttributesSeeder.php24
routes/breadcrumbs/adminarea.php31
routes/channels/channels.php6
routes/menus/adminarea.php17
routes/web/adminarea.php23
src/Console/Commands/InstallCommand.php16
src/Console/Commands/MigrateCommand.php26
src/Console/Commands/PublishCommand.php17
src/Console/Commands/RollbackCommand.php24
src/Console/Commands/SeedCommand.php16
src/DataTables/Adminarea/AttributesDataTable.php43
src/Events/AttributeCreated.php31
src/Events/AttributeDeleted.php30
src/Events/AttributeRestored.php32
A
1 hr
src/Events/AttributeUpdated.php32
A
1 hr
src/Http/Controllers/Adminarea/AttributesController.php121
src/Http/Requests/Adminarea/AttributeFormRequest.php21
src/Models/Attribute.php82
A
3 hrs
src/Providers/AttributesServiceProvider.php58
src/Transformers/Adminarea/AttributeTransformer.php23