feat: integrate with spatie/ray for debugging and performance optimization

This commit is contained in:
Björn Fromme
2025-10-20 08:08:17 +02:00
parent ee69346eb4
commit fb9c9d91ee
3 changed files with 546 additions and 124 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'host' => 'host.orb.internal',
'port' => 23517,
'remote_path' => '/var/www/html',
'local_path' => '/Users/fromme/Development/Symfony/myep-next-booking',
];