Docker files for running a basic Laravel application.

docker laravel
2 Open Issues Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
DevOps Containerization

AI Summary: Investigate and fix the issue where the `sail share` command in Laravel Sail (version 1.44.0) fails to generate a working public HTTPS link (using *.laravel-sail.site), resulting in a connection refusal error. The investigation should include updating the `expose` server Docker image to the latest version and examining potential server-side problems with laravel-sail.site. A solution should be implemented and tested.

Complexity: 4/5
help wanted

Docker files for running a basic Laravel application.

Shell
#docker#laravel
DevOps Containerization

AI Summary: Debug a Laravel Sail application where scheduled commands, run in the background using `artisan schedule:run`, are not executing correctly. The issue seems to be related to how background processes are handled within the Sail environment. The problem is reproducible, and a potential fix involving `nohup` is suggested, but needs verification and a more robust solution.

Complexity: 4/5
help wanted

Docker files for running a basic Laravel application.

Shell
#docker#laravel