Docker + Laravel = ❤
<{full}>

In this article I will talk about my experience of "wrapping" the Laravel-application in a Docker-container and so that the frontend and backend developers could work with it locally, and launching it on production was as simple as possible. Also, CI will automatically run static code analyzers,

In this article I will talk about my experience of "wrapping" the Laravel-application in a Docker-container and so that the frontend and backend developers could work with it locally, and launching it on production was as simple as possible. Also, CI will automatically run static code analyzers,
phpunit
-tests, perform the assembly of images. "And what, in fact, is the difficulty?" - you can say, and you will be partly right. The fact is that quite a lot of discussions are devoted to this topic in Russian-speaking and English-speaking communities, and almost all studied threads I would conditionally ...