Docker files for running a basic Laravel application.
laravel/sail is a Laravel package for docker files for running a basic laravel application..
It currently has 1.902 GitHub stars and 199.689.852 downloads on Packagist (latest version v1.61.0).
Install it with composer require laravel/sail.
Discover more Laravel packages by laravel
or browse all Laravel packages to compare alternatives.
Last updated
Sail provides a Docker powered local development experience for Laravel that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Sail. Sail's simple CLI means you can start building your Laravel application without any previous Docker experience.
Laravel Sail is inspired by and derived from Vessel by Chris Fidao. If you're looking for a thorough introduction to Docker, check out Chris' course: Shipping Docker.
Documentation for Sail can be found on the Laravel website.
Thank you for considering contributing to Sail! You can read the contribution guide here.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel Sail is open-sourced software licensed under the MIT license.