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
- Host: GitHub
- URL: https://github.com/osteel/laravel-sail-extended
- Owner: osteel
- Created: 2021-01-02T17:55:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T15:04:48.000Z (over 4 years ago)
- Last Synced: 2025-03-27T16:41:29.783Z (over 1 year ago)
- Topics: docker, laravel, laravel-sail
- Language: PHP
- Homepage: https://tech.osteel.me/posts/you-dont-need-laravel-sail
- Size: 133 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.