laravel/sail
Docker files for running a basic Laravel application. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 12
- age_days: 2123
- days_rel: 15
- days_push: 15
- n_releases_24m: 44
Adoption not part of the score
1914 stars · 518 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Laravel Sail is a lightweight command-line interface for interacting with Laravel's default Docker development environment, built around a compose.yaml file and a sail shell script. It lets developers run PHP, MySQL, Redis, Meilisearch, and other services locally without prior Docker experience.
Use cases
- set up a local Laravel development environment with Docker
- run a Laravel app with MySQL and Redis without installing PHP locally
- start and stop Laravel Docker containers from the CLI
- run Laravel tests and Artisan commands inside Docker
- debug a Laravel app with Xdebug in containers
- preview emails and use services like Meilisearch or Typesense locally
When to choose
- you are building a Laravel application and want a batteries-included Docker dev environment
- you want a consistent environment across macOS, Linux, and Windows (WSL2)
- you have no Docker experience but need containers for PHP, databases, and search services
When to avoid
- your project is not a Laravel application
- you need a custom, complex production-grade Docker setup rather than a local dev environment
- you already have a mature Docker workflow with your own compose files
Facets
cli-tool · maturity active
cli developer-tools container-runtime deployment developer-tools web-development backend windows cli php laravel docker-compose local-development php dev-environment devops containers docker linux macos
10 sources
- readme: https://github.com/laravel/sail · fetched 2026-08-28 · a19ad7d2d6b9
- homepage: https://laravel.com/docs/sail · fetched 2026-08-29 · eb30dcaa6fc9
- site_page: https://laravel.com/framework/docs/releases · fetched 2026-08-29 · 1009eaa70858
- site_page: https://laravel.com/framework/docs/upgrade · fetched 2026-08-29 · 8ef90dbb2d96
- site_page: https://laravel.com/framework/docs/contributions · fetched 2026-08-29 · 4ade7f20a7d0
- site_page: https://laravel.com/framework/docs/installation · fetched 2026-08-29 · c9a46f15de7e
- site_page: https://laravel.com/framework/docs/configuration · fetched 2026-08-29 · c7ca22d99487
- site_page: https://laravel.com/framework/docs/ai · fetched 2026-08-29 · 7774b93480a2
- site_page: https://laravel.com/framework/docs/structure · fetched 2026-08-29 · e880f5890d2b
- site_page: https://laravel.com/framework/docs/frontend · fetched 2026-08-29 · 0d617261edbf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laravel/sail | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem