You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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>
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