This commit is contained in:
2024-12-13 11:52:01 +01:00
commit 6de775c8b7
9 changed files with 605 additions and 0 deletions

6
config/push.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
return [
'api_key' => env('PUSH_API_KEY', null),
'api_url' => env('PUSH_API_URL', null)
];