We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What: Create a dockerfile-laravel binary that is standalone, and executable by itself
Why: There are cases when the dockerfile-laravel package is not installable via composer. In this cases we would want to download the binary instead.
Right now the phar file created by Laravel Zero relies on the environment it is run on to contain a suitable PHP interpreter.
HOW: This is why we should try creating a standalone binary of our dockerfile-laravel generator through frankenphp's standalone binary creation
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What:
Create a dockerfile-laravel binary that is standalone, and executable by itself
Why:
There are cases when the dockerfile-laravel package is not installable via composer.
In this cases we would want to download the binary instead.
Right now the phar file created by Laravel Zero relies on the environment it is run on to contain a suitable PHP interpreter.
HOW:
This is why we should try creating a standalone binary of our dockerfile-laravel generator through frankenphp's standalone binary creation
The text was updated successfully, but these errors were encountered: