Skip to content

Instantly share code, notes, and snippets.

@ricardoaugusto
Created July 21, 2022 01:14
Show Gist options
  • Save ricardoaugusto/8fb2a21d93a69042108d38e6a013718c to your computer and use it in GitHub Desktop.
Save ricardoaugusto/8fb2a21d93a69042108d38e6a013718c to your computer and use it in GitHub Desktop.
Spatie Ray + Laravel Sail

How to get Ray running with Laravel Sail

sail composer require spatie/laravel-ray --dev
sail artisan ray:publish-config --docker

Update .env

RAY_HOST=host.docker.internal
RAY_PORT=23517
RAY_REMOTE_PATH=/var/www/html
RAY_LOCAL_PATH=/Users/whoami/Developer/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment