Closed ezekel closed 7 months ago
If you are using Laravel, use Octane, it provides the worker script that you need: https://frankenphp.dev/docs/laravel/#laravel-octane
what script is that?
This one: https://github.com/laravel/octane/blob/2.x/bin/frankenphp-worker.php
It is automatically installed and used by Laravel Octane.
Thank you
Hi,
Can someone enlighten my mind on this what is Worker script ?
FRANKENPHP_CONFIG="worker /app/path/to/your/worker/script.php"
what is inside on it script.php ?
I am using Laravel what should I put on the script.php ?
please give me examples
Thank you in advance