Laravel Sail is a light-weight command-line interface for interacting with Laravel's default Docker development environment. Sail provides a great starting point for building a Laravel application using PHP, MySQL, and Redis without requiring prior Docker experience.
At its heart, Sail is the compose.yaml file and the sail script that is stored at the root of your project. The sail script provides a CLI with convenient methods for interacting with the Docker containers defined by the compose.yaml file.
Laravel Sail is supported on macOS, Linux, and Windows (via WSL2).
Tags
laravel docker
Reviews
No reviews yet. Be the first to review Laravel Sail!