Implement package limit notification system

This commit is contained in:
Codex Agent
2025-11-01 13:19:07 +01:00
parent 81cdee428e
commit 2c14493604
87 changed files with 4557 additions and 290 deletions

29
config/package-limits.php Normal file
View File

@@ -0,0 +1,29 @@
<?php
return [
'photo_thresholds' => [
0.8,
0.95,
],
'guest_thresholds' => [
0.8,
0.95,
],
'gallery_warning_days' => [
7,
1,
],
'event_thresholds' => [
0.8,
0.95,
],
'package_expiry_days' => [
30,
7,
1,
],
'credit_thresholds' => [
5,
1,
],
];