-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel Standalone Binaries with v1.3.0 #1164
Comments
Yes the app should be embedded in the binary. Can you try with v1.3.1 (and the fix from here #1165)? |
Same work for me. But i cant run franken with laravel octane. I got the "FrankenPHP must be in worker mode to use this script.". I'm not sure if this is a problem with the new version, because I just started using frankenphp + laravel octane as standalone binary. |
@Havaria I don't think that's related. The |
Greetings! Yes, I'm probably doing something wrong. Among other things, my binary builds for an hour and a half. |
@Havaria try disabling UPX for faster builds. Also, only include extensions that you really need. |
What happened?
I'm following this guide for a newly created Laravel 11 project. But I'm getting the error below when trying to run the built binary with artisan (i.e.
./frankenphp php-cli artisan
), is this expected? My understanding is: the compiled binary should embed the Laravel app right?Build Type
Standalone binary
Worker Mode
No
Operating System
MacOS Sonoma 14.6.1
CPU Architecture
Apple Silicon
PHP configuration
Relevant log output
The text was updated successfully, but these errors were encountered: