{"id":29643367,"url":"https://github.com/eriscript/setup-docker-laravel","last_synced_at":"2025-07-21T23:33:21.667Z","repository":{"id":177688671,"uuid":"660417970","full_name":"eriscript/setup-docker-laravel","owner":"eriscript","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-30T19:48:43.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T01:30:43.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/eriscript.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-30T01:06:50.000Z","updated_at":"2023-06-30T01:11:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"54998372-2837-4974-bf68-b69a2b7a337a","html_url":"https://github.com/eriscript/setup-docker-laravel","commit_stats":null,"previous_names":["erismaroliveira/setup-docker-laravel","eriscript/setup-docker-laravel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eriscript/setup-docker-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriscript%2Fsetup-docker-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriscript%2Fsetup-docker-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriscript%2Fsetup-docker-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriscript%2Fsetup-docker-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eriscript","download_url":"https://codeload.github.com/eriscript/setup-docker-laravel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriscript%2Fsetup-docker-laravel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266403101,"owners_count":23923404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-07-21T23:33:21.060Z","updated_at":"2025-07-21T23:33:21.655Z","avatar_url":"https://github.com/eriscript.png","language":"PHP","readme":"# Setup Docker Laravel 10 com PHP 8.1\n\n## Passo a passo para rodar o projeto\nClone o projeto\n```sh\ngit clone https://github.com/erismaroliveira/setup-docker-laravel.git laravel-10\n```\n```sh\ncd laravel-10/\n```\n\n\nCrie o Arquivo .env\n```sh\ncp .env.example .env\n```\n\n\nAtualize essas variáveis de ambiente no arquivo .env\n```dosini\nAPP_NAME=\"Laravel\"\nAPP_URL=http://localhost:8989\n\nDB_CONNECTION=mysql\nDB_HOST=db\nDB_PORT=3306\nDB_DATABASE=nome_que_desejar_db\nDB_USERNAME=nome_usuario\nDB_PASSWORD=senha_aqui\n\nCACHE_DRIVER=redis\nQUEUE_CONNECTION=redis\nSESSION_DRIVER=redis\n\nREDIS_HOST=redis\nREDIS_PASSWORD=null\nREDIS_PORT=6379\n```\n\n\nSuba os containers do projeto\n```sh\ndocker-compose up -d\n```\n\n\nAcesse o container\n```sh\ndocker-compose exec app bash\n```\n\n\nInstale as dependências do projeto\n```sh\ncomposer install\n```\n\n\nGere a key do projeto Laravel\n```sh\nphp artisan key:generate\n```\n\n\nAcesse o projeto\n[http://localhost:8989](http://localhost:8989)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriscript%2Fsetup-docker-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feriscript%2Fsetup-docker-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriscript%2Fsetup-docker-laravel/lists"}