-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi,
I’m trying to integrate Laravel Async with FrankenPHP in my Laravel project to handle asynchronous tasks. I have set up FrankenPHP using the binary installation method and confirmed that the server is running properly. However, I want to dispatch tasks asynchronously using Laravel Async while leveraging the performance benefits of FrankenPHP.
Can anyone provide guidance or an example of how to configure FrankenPHP (via the binary) to work with Laravel Async for background task execution?
I have the following setup:
FrankenPHP Binary installed and running
Laravel Async installed in the project
I’m particularly looking for:
How to dispatch background tasks using Laravel Async while ensuring the tasks are processed asynchronously with FrankenPHP.
Any additional configuration needed to run Laravel Async on FrankenPHP (e.g., PHP path configuration).
How to monitor or log asynchronous tasks that are processed in the background.
Thank you!