.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 | 17 | A 0 mins |
|
database/migrations/2020_01_01_000001_create_plans_table.php | 38 | A 0 mins |
|
database/migrations/2020_01_01_000002_create_plan_features_table.php | 30 | A 0 mins |
|
database/migrations/2020_01_01_000003_create_plan_subscriptions_table.php | 33 | A 0 mins |
|
database/migrations/2020_01_01_000004_create_plan_subscription_usage_table.php | 29 | 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/Models/Plan.php | 148 | A 0 mins |
|
src/Models/PlanFeature.php | 96 | A 0 mins |
|
src/Models/PlanSubscription.php | 256 | B 5 hrs |
|
src/Models/PlanSubscriptionUsage.php | 66 | A 0 mins |
|
src/Providers/SubscriptionsServiceProvider.php | 38 | A 0 mins |
|
src/Services/Period.php | 42 | A 0 mins |
|
src/Traits/BelongsToPlan.php | 16 | A 0 mins |
|
src/Traits/HasPlanSubscriptions.php | 53 | A 35 mins |
|