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

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 619e2ba1ee
commit 4f951cdf8a
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',
];