first standalone plugin commit

This commit is contained in:
2025-11-18 00:43:34 -08:00
commit 5dc7aa87cd
86 changed files with 86844 additions and 0 deletions

9
config/app.example.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
// The following configs can be globally configured, copy the array content over to your ROOT/config
return [
'CakeAddresses' => [
],
];