Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 801 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 801 Bytes

Laravel Sail Extended

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.