Silvio Ney

Results 62 comments of Silvio Ney

@fariatanha2024 could you share more details? .env configurations for example or `php artisan about`

> Did anyone created a self contained binary of Laravel project, Where Laravel project connects MySQL database locally? I think remote database can work but local database can't connect. Same...

> i need to run without laravel sail + octane. Its possible ? You can see the docs ([link](https://frankenphp.dev/docs/docker/#how-to-install-more-php-extensions)) to install supervisor. Something like this: Dockerfile ```Dockerfile FROM dunglas/frankenphp RUN...

@kilwir76 solved your problem? could you close the issue? :)

> its a same fonctionnality on symfony ? Yes. you only need to set your entrypoint command in supervisord configuration. Supervisor is a process control system. It's not exclusive for...

> [@kitro](https://github.com/kitro) For me the benefit was mainly to handle all the processes required by my application in the same way (frankenphp, horizon, reverb...) But you can run each "process"...

> [@sneycampos](https://github.com/sneycampos) I understand your point, thank you for taking the time to explain. I think you're right, your approach is better and I will look into it, maybe I...

Take a look at the bin/compile.sh in ryan's repo, maybe it could be automated too using github actions or something else

i used to have development and production images, each one with his default tools, like xdebug in dev, opcache in prod. Documenting the path to customize these settings etc.