buggregator / laravel-app

The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
https://buggregator.dev
MIT License
329 stars 24 forks source link

how to start without docker? #77

Closed anditsung closed 2 years ago

anditsung commented 2 years ago

i have this error when opening the page

Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0

Fatal error: Failed opening required '/Volumes/MacData/work/buggregator/server.php' (include_path='.:/usr/local/Cellar/php/8.0.12/share/php/pear') in Unknown on line 0

butschster commented 2 years ago

hello!

./rr serve

anditsung commented 2 years ago

Got it working. But the port use is 8000. I have to set ray port to 8000 to make it work

butschster commented 2 years ago

Got it working. But the port use is 8000. I have to set ray port to 8000 to make it work

You can change port in the config file .rr.yaml

anditsung commented 2 years ago

Got it working. But the port use is 8000. I have to set ray port to 8000 to make it work

You can change port in the config file .rr.yaml

Do i change the port for web or add server for ray with port 23517?

butschster commented 2 years ago

Got it working. But the port use is 8000. I have to set ray port to 8000 to make it work

You can change port in the config file .rr.yaml

Do i change the port for web or add server for ray with port 23517?

You can change default port for ray via config file ray.php in your app https://spatie.be/docs/ray/v1/configuration/framework-agnostic-php

anditsung commented 2 years ago

Thank you for fast response. I think need to add this to documentation for easy use