Replies: 1 comment 4 replies
-
That is indeed weird, are you using your own Caddyfile or just the one built in by Octane? I'll try if I can reproduce your setup. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! When I try to run the Laravel application with Octane in standalone binary, I get a warning "FrankenPHP must be in worker mode to use this script.". I did everything according to the instructions on this page: https://frankenphp.dev/docs/laravel /. Yes, I could run the project in Docker or some other way, as I did before, but this is a matter of principle, I want to figure it out.
System information and playback steps:
Current Dockerfile:
I must say right away: I have tried different versions of Dockerfile. The standard one, which is specified in the instructions, various other options. Also im try to run server with commands like: FRANKENPHP_MODE=worker PATH="$PWD:$PATH" ./frankenphp php-cli artisan octane:frankenphp --host=0.0.0.0 --port=8000 and other variations.
Right now i want try fresh install without Laravel Sail.
Thank you in advance for your help, ideas and suggestions. If you need additional information, let me know
Beta Was this translation helpful? Give feedback.
All reactions