**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 ](https://laravel-zero.com/docs/build-a-standalone-application) 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](https://frankenphp.dev/docs/embed/)