Sep 7, 2018 · 1 min read
I made a .gitpod config in my project to start the php web server, but that hasn’t worked as of yet (https://github.com/lacma2011/laravel-api-google-oauth)
However, I can manually start the server in the IDE, and then it will prompt me (in the main workspace) to export port 8000, as well as open the site in the preview tab.
php artisan serve --host=0.0.0.0…