always-open/laravel-model-auditlog

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitattributes
.github/workflows/tests.yml
.gitignore
.styleci.yml
CONTRIBUTING.md
LICENSE.md
README.md
SECURITY.md
composer.json
docker-compose.yml
docker/Dockerfile
phpunit.xml.dist
stubs/migration.stub
stubs/model.stub
src/AuditLogServiceProvider.php24
src/Console/Commands/MakeModelAuditLogTable.php119
src/EventType.php11
src/Models/BaseModel.php146
A
2 hrs
src/Observers/AuditLogObserver.php39
src/Traits/AuditLoggable.php67
src/Traits/AuditLoggablePivot.php21