An open API service indexing awesome lists of open source software.

https://github.com/osteel/laravel-sail-extended

How to extend Laravel Sail
https://github.com/osteel/laravel-sail-extended

docker laravel laravel-sail

Last synced: over 1 year ago
JSON representation

How to extend Laravel Sail

Awesome Lists containing this project

README

          

# Laravel Sail Extended

This repository accompanies the following blog post: [A complete guide to Laravel Sail](https://tech.osteel.me/posts/you-dont-need-laravel-sail "A complete guide to Laravel Sail").

It shows how to extend [Laravel Sail](https://laravel.com/docs/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](https://tech.osteel.me/posts/you-dont-need-laravel-sail "A complete guide to Laravel Sail") for a complete explanation.