Commit Graph

5 Commits

Author SHA1 Message Date
2bbbdc0262 Autoload routes & services 2026-04-06 16:00:19 +03:00
ce5a85628c Add runtime exception on missing CORS config 2026-04-06 15:56:10 +03:00
ab89913ebf Add knowledge base 2026-04-06 15:43:45 +03:00
df1d2a58bf Replace ServerStartCommand with WorkerRunner
FrankenPHP workers are PHP files started by the frankenphp binary, not console commands.
Extract the frankenphp_handle_request() loop into Http\WorkerRunner so apps can use it
directly from worker.php. Remove src/Command/ as it's no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 16:22:02 +03:00
98a4094c5e Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 02:40:42 +03:00