Skip to content

osteel/laravel-sail-extended

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.