{"id":23110350,"url":"https://github.com/tadeubdev/my-laravel-docker-template","last_synced_at":"2026-02-16T06:01:28.810Z","repository":{"id":95103261,"uuid":"237515608","full_name":"tadeubdev/my-laravel-docker-template","owner":"tadeubdev","description":"My laravel docker template","archived":false,"fork":false,"pushed_at":"2020-01-31T21:14:23.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T02:50:20.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/tadeubdev.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":"2020-01-31T21:02:38.000Z","updated_at":"2020-01-31T21:14:25.000Z","dependencies_parsed_at":"2023-03-22T03:32:57.598Z","dependency_job_id":null,"html_url":"https://github.com/tadeubdev/my-laravel-docker-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tadeubdev/my-laravel-docker-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadeubdev%2Fmy-laravel-docker-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadeubdev%2Fmy-laravel-docker-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadeubdev%2Fmy-laravel-docker-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadeubdev%2Fmy-laravel-docker-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tadeubdev","download_url":"https://codeload.github.com/tadeubdev/my-laravel-docker-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadeubdev%2Fmy-laravel-docker-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29501357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-12-17T01:48:53.762Z","updated_at":"2026-02-16T06:01:28.786Z","avatar_url":"https://github.com/tadeubdev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my-laravel-docker-template\nMy laravel docker template\n\n## Install on Ubuntu 18, 19\n### follow [these instructions](https://www.digitalocean.com/community/tutorials/como-instalar-e-usar-o-docker-no-ubuntu-18-04-pt)\n```\n  sudo apt update\n  sudo apt install apt-transport-https ca-certificates curl software-properties-common\n  curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n  sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable\"\n  sudo apt update\n  sudo apt install docker-ce\n  sudo systemctl status docker\n  sudo usermod -aG docker ${USER}\n  su - ${USER}\n  id -nG\n```\n\n#### run all containers in background (flag: -d)\n\u003e docker-compose up -d\n\n#### artisan\n\u003e docker-compose exec app php artisan migrate --seed\n\n#### create a virtual host\n\u003e echo \"127.0.0.1 mysite.local\" \u003e\u003e /etc/hosts\n\n#### kill all containers\n\u003e docker kill $(docker ps -q) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadeubdev%2Fmy-laravel-docker-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftadeubdev%2Fmy-laravel-docker-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadeubdev%2Fmy-laravel-docker-template/lists"}