{"id":30092709,"url":"https://github.com/codespace-ao/laravel-base","last_synced_at":"2026-05-09T05:32:59.407Z","repository":{"id":308574862,"uuid":"1033314924","full_name":"codespace-ao/laravel-base","owner":"codespace-ao","description":"Codebase usado na Codespace para Laravel. Com Docker, PostgreSQL e Redis","archived":false,"fork":false,"pushed_at":"2025-08-06T18:30:10.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T04:08:24.349Z","etag":null,"topics":["codebase","docker-compose","laravel","open-source","postgresql"],"latest_commit_sha":null,"homepage":"https://codespace.it.ao","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codespace-ao.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-06T16:11:24.000Z","updated_at":"2025-08-06T18:30:13.000Z","dependencies_parsed_at":"2025-08-06T18:20:43.431Z","dependency_job_id":"9326ed1b-fdd5-42f5-8618-8c213159973b","html_url":"https://github.com/codespace-ao/laravel-base","commit_stats":null,"previous_names":["codespace-ao/laravel-base"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codespace-ao/laravel-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codespace-ao%2Flaravel-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codespace-ao%2Flaravel-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codespace-ao%2Flaravel-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codespace-ao%2Flaravel-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codespace-ao","download_url":"https://codeload.github.com/codespace-ao/laravel-base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codespace-ao%2Flaravel-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["codebase","docker-compose","laravel","open-source","postgresql"],"created_at":"2025-08-09T08:03:19.472Z","updated_at":"2026-05-09T05:32:59.376Z","avatar_url":"https://github.com/codespace-ao.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Setup Docker Laravel 11 com PHP 8.3\n[Conheça a Codespace!](https://codespace.it.ao)\n\n### Passo a passo\nClone Repositório\n```sh\ngit clone -b main https://github.com/codespace-ao/laravel-base.git app-laravel\n```\n```sh\ncd app-laravel\n```\n\nSuba os containers do projeto\n```sh\ndocker-compose up -d\n```\n\n\nCrie o Arquivo .env\n```sh\ncp .env.example .env\n```\n\nAcesse o container app\n```sh\ndocker-compose exec app bash\n```\n\n\nInstale as dependências do projeto\n```sh\ncomposer install\n```\n\nGere a key do projeto Laravel\n```sh\nphp artisan key:generate\n```\n\nOPCIONAL: Gere o banco SQLite (caso não use o banco PostgreSql)\n```sh\ntouch database/database.sqlite\n```\n\nRodar as migrations\n```sh\nphp artisan migrate\n```\n\nAcesse o projeto\n[http://localhost:8000](http://localhost:8000)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodespace-ao%2Flaravel-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodespace-ao%2Flaravel-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodespace-ao%2Flaravel-base/lists"}