Posts marked with “sail”

Getting Up And Running With Laravel Sail

by · February 14, 2024

0
 

Docker is one of the best ways to have a consistent environment across multiple computers, but for new developers (and even not-so-new developers), it can be hard to understand and set up. Thankfully, the Laravel team has created Laravel Sail to make Docker a much easier tool to use when we’re working on Laravel projects. […]