This repository accompanies the following blog post: A complete guide to Laravel Sail.
It shows how to extend Laravel Sail in three different ways:
- by updating the
docker-compose.yml
file; - by updating the application's Dockerfile;
- by adding a custom
sail
script at the root of the project to extend the existing one.
The post argues that once you know how to extend Laravel Sail using these methods, you know enough to build your own Docker-based development environment instead.
Please refer to the full version for a complete explanation.