feat: the final pricing plan, pay-as-you-go

This commit is contained in:
Andras Bacsai
2024-05-02 12:27:04 +02:00
parent 959a03214a
commit 0452a4e1ac
7 changed files with 215 additions and 200 deletions

View File

@@ -32,6 +32,7 @@ return [
'basic' => env('LIMIT_SERVER_BASIC', 2),
'pro' => env('LIMIT_SERVER_PRO', 10),
'ultimate' => env('LIMIT_SERVER_ULTIMATE', 25),
'dynamic' => env('LIMIT_SERVER_DYNAMIC', 2),
],
'email' => [
'zero' => true,
@@ -39,6 +40,7 @@ return [
'basic' => true,
'pro' => true,
'ultimate' => true,
'dynamic' => true,
],
],
];