.editorconfig | |
|
|
.gitattributes | |
|
|
.github/ISSUE_TEMPLATE/bug.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/dependabot-auto-merge.yml | |
|
|
.github/workflows/fix-php-code-style-issues.yml | |
|
|
.github/workflows/run-tests.yml | |
|
|
.gitignore | |
|
|
CHANGELOG.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
art/publisher.png | |
|
|
composer.json | |
|
|
phpunit.xml.dist | |
|
|
src/Builders/PublisherBuilder.php | 9 | A 0 mins | F 0% |
src/Commands/PublisherMigrations.php | 68 | A 0 mins | A 100% |
src/Concerns/FiresPublishingEvents.php | 228 | A 0 mins | D 67% |
src/Concerns/HasPublishableAttributes.php | 125 | A 0 mins | B 88% |
src/Concerns/IsPublishable.php | 158 | A 0 mins | A 97% |
src/Concerns/QueriesPublishableModels.php | 68 | A 0 mins | B 82% |
src/Concerns/SyncsPublishing.php | 101 | A 0 mins | A 95% |
src/Contracts/Publishable.php | 29 | A 0 mins | F 0% |
src/Contracts/PublishableAttributes.php | 11 | A 0 mins | F 0% |
src/Contracts/PublishableEvents.php | 53 | A 0 mins | F 0% |
src/Contracts/PublisherQueries.php | 11 | A 0 mins | F 0% |
src/Contracts/PublishingStatus.php | 7 | A 0 mins | F 0% |
src/Enums/Status.php | 16 | A 0 mins | A 100% |
src/Facades/Publisher.php | 14 | A 0 mins | A 100% |
src/Middleware/PublisherMiddleware.php | 15 | A 0 mins | A 100% |
src/PublisherServiceProvider.php | 102 | A 0 mins | A 95% |
src/Routing/PublisherUrlGenerator.php | 25 | A 0 mins | A 100% |
src/Scopes/PublisherScope.php | 18 | A 0 mins | A 100% |
src/Services/PublisherService.php | 76 | A 0 mins | F 58% |
workbench/app/Providers/WorkbenchServiceProvider.php | 14 | A 0 mins |
|