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
I'm unable to receive any messages using Ray from Homestead, I wish I had more details but unfortunately the welcome never disappears and no errors appear.
Returns string but nothing ever appears in the Ray client.
Route::get('test', function () {
ray('Hello');
return 'done!';
});
I have got this working on my Homestead installation (albeit with a modification to the package code). Make sure your host in your config file is set to 10.0.2.2.
Due to an issue in the service provider, the host is not correctly applied to the request. I've submitted a pull request (#14) that fixes this.
First of all, love the name!
I'm unable to receive any messages using Ray from Homestead, I wish I had more details but unfortunately the welcome never disappears and no errors appear.
Returns string but nothing ever appears in the Ray client.
macOS Cataline Version 10.15.7
Laravel 7.30.1
Vagrant 2.2.14
Homestead 10.17.0
PHP 7.4.13
The text was updated successfully, but these errors were encountered: