.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 | |
|
|
config/config.php | 18 | A 0 mins |
|
database/migrations/2020_01_01_000001_create_attributes_table.php | 29 | A 0 mins |
|
database/migrations/2020_01_01_000002_create_attribute_text_values_table.php | 25 | B 4 hrs |
|
database/migrations/2020_01_01_000003_create_attribute_boolean_values_table.php | 25 | B 4 hrs |
|
database/migrations/2020_01_01_000004_create_attribute_datetime_values_table.php | 25 | B 4 hrs |
|
database/migrations/2020_01_01_000005_create_attribute_integer_values_table.php | 25 | B 4 hrs |
|
database/migrations/2020_01_01_000006_create_attribute_varchar_values_table.php | 25 | B 4 hrs |
|
database/migrations/2020_01_01_000007_create_attribute_entity_table.php | 24 | A 0 mins |
|
database/migrations/2020_10_14_000001_add_attribute_value_indexes.php | 52 | A 0 mins |
|
phpstan.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
src/Console/Commands/MigrateCommand.php | 26 | A 0 mins |
|
src/Console/Commands/PublishCommand.php | 17 | A 0 mins |
|
src/Console/Commands/RollbackCommand.php | 25 | A 0 mins |
|
src/Events/EntityWasDeleted.php | 21 | A 25 mins |
|
src/Events/EntityWasSaved.php | 67 | A 2 hrs |
|
src/Models/Attribute.php | 115 | A 0 mins |
|
src/Models/AttributeEntity.php | 18 | A 0 mins |
|
src/Models/Type/Boolean.php | 24 | A 2 hrs |
|
src/Models/Type/Datetime.php | 24 | A 2 hrs |
|
src/Models/Type/Integer.php | 24 | A 2 hrs |
|
src/Models/Type/Text.php | 24 | A 2 hrs |
|
src/Models/Type/Varchar.php | 24 | A 2 hrs |
|
src/Models/Value.php | 37 | A 0 mins |
|
src/Providers/AttributesServiceProvider.php | 37 | A 0 mins |
|
src/Scopes/EagerLoadScope.php | 18 | A 0 mins |
|
src/Support/ValueCollection.php | 67 | A 0 mins |
|
src/Traits/Attributable.php | 251 | A 3 hrs |
|