laravel-docker icon indicating copy to clipboard operation
laravel-docker copied to clipboard

🐳 Generic docker image for Laravel Applications

Results 20 laravel-docker issues
Sort by recently updated
recently updated
newest added

Hi, It seems that the `latest` and `8.1` images are currently built a slightly older version of `phpcs`? They've released `3.7.x` in the past few days with full support for...

After this [merge](https://github.com/lorisleiva/laravel-docker/pull/107) we had an issue with `wkhtmltopdf` for `lorisleiva/laravel-docker:7.4` image because it is installed for alpine3.13 but don't for alpine3.15 Resolved by creating our own image in Container...

Hello, we are using that image to run phpunit in a Gitlab pipeline but we are running into the PHP memory limit. Is there any way to set a higher...

Hey guys! I noticed that there is no image for a runtime environment with Dusk yet. So no Chromium browser installed. Is there any interest in something like this?

feature request

Add php pcov extension support for faster code coverage generation than x-debug.

I'm using imagemin in my build pipeline which depends on gifsicle. There seems to be no gifsicle binary available for Alpine Linux, so npm tries to build it from source,...

Hello, thanks for these really useful docker images. I'm having an issue with https://github.com/codecov/codecov-action and I'm not sure if it is related to their side or whether it is something...

I get missing `ext-http` extension ``` + php composer.phar install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts --optimize-autoloader Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed...

Hello, to avoid having to maintain my own image i was hoping you could add XVFB to this so that i could run my cypress tests with this image. If...

feature request

Because this image is based on Alpine, when asked to install MySQL client it actually installs MariaDB's instead. This is often a reasonable substitution, but here it's fatal. The problem...