Skip to content

Tags: laravel/sail

Tags

v1.44.0

Toggle v1.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Allow passing in extra options to MYSQL executable (#805)

* Add MYSQL_EXTRA_OPTIONS environment variable for mysql service, using an empty string by default

* Use new MYSQL_EXTRA_OPTIONS in sail shell script to pass in options whenever sail mysql gets executed

* Remove :-"" from mysql.stub

* fix typo

v1.43.1

Toggle v1.43.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add missing rabbitmq volume (#798)

v1.43.0

Toggle v1.43.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add Laravel's official vscode extenstion (#797)

v1.42.0

Toggle v1.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add the RabbitMQ service (#790)

* feat: Add RabbitMQ service

* fix: Correct the image name

* Update InteractsWithDockerComposeServices.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v1.41.1

Toggle v1.41.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: typesense healthcheck (#788)

v1.41.0

Toggle v1.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `sail run` command (#770)

* Add `sail run` command

* Update sail

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v1.40.0

Toggle v1.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Ondrej PPA key (#768)

v1.39.1

Toggle v1.39.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove the default `ubuntu` user (#762)

v1.39.0

Toggle v1.39.0's commit message
use php 84

v1.38.0

Toggle v1.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use equals sign (=) instead of space as ENV variable separator (#753)

* Use equals sign instead of space as ENV variable separator

* Use equals sign instead of space as ENV variable separator