{"id":15480371,"url":"https://github.com/tyler36/lara-gitpod","last_synced_at":"2026-05-01T01:31:18.148Z","repository":{"id":37659052,"uuid":"505739910","full_name":"tyler36/lara-gitpod","owner":"tyler36","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-22T02:05:43.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T14:34:52.765Z","etag":null,"topics":["gitpod","laravel","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tyler36.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-21T07:43:08.000Z","updated_at":"2022-10-20T02:52:57.000Z","dependencies_parsed_at":"2022-09-15T00:51:21.753Z","dependency_job_id":null,"html_url":"https://github.com/tyler36/lara-gitpod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tyler36/lara-gitpod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Flara-gitpod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Flara-gitpod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Flara-gitpod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Flara-gitpod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyler36","download_url":"https://codeload.github.com/tyler36/lara-gitpod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Flara-gitpod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitpod","laravel","php"],"created_at":"2024-10-02T04:41:52.236Z","updated_at":"2026-05-01T01:31:18.135Z","avatar_url":"https://github.com/tyler36.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel with Gitpod \u003c!-- omit in toc --\u003e\n\n- [Setups](#setups)\n  - [PHP serve and Gitpod](#php-serve-and-gitpod)\n\n## Setups\n\n### PHP serve and Gitpod\n\n- `.gitpod.yml` to serve Laravel via Laravel serve\n\n    ```yml\n    # .gitpod.yml\n    ports:\n      # Laravel server\n      - port: 8000\n        onOpen: open-preview\n\n    tasks:\n      - init: \u003e\n          cp .env.example .env \u0026\u0026\n          sed -i \"s|APP_URL=|APP_URL=${GITPOD_WORKSPACE_URL}|g\" .env \u0026\u0026\n          sed -i \"s|APP_URL=https://|APP_URL=https://8000-|g\" .env \u0026\u0026\n          composer install \u0026\u0026\n          php artisan key:generate\n        command: \u003e\n          php -S 0.0.0.0:8000 -t public\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler36%2Flara-gitpod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyler36%2Flara-gitpod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler36%2Flara-gitpod/lists"}