{"id":15026576,"url":"https://github.com/kertnik05/laraveer","last_synced_at":"2026-04-01T17:00:20.713Z","repository":{"id":116832206,"uuid":"424323952","full_name":"kertnik05/laraveer","owner":"kertnik05","description":"A simple docker setup template for laravel.","archived":false,"fork":false,"pushed_at":"2021-11-03T18:51:19.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T19:47:51.958Z","etag":null,"topics":["docker","docker-compose","laravel","mysql","nginx","php","php74"],"latest_commit_sha":null,"homepage":"","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/kertnik05.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":"2021-11-03T17:41:47.000Z","updated_at":"2022-02-10T10:20:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"e62945b0-8c9b-40fc-8d37-4d56dea6506b","html_url":"https://github.com/kertnik05/laraveer","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/kertnik05/laraveer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kertnik05%2Flaraveer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kertnik05%2Flaraveer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kertnik05%2Flaraveer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kertnik05%2Flaraveer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kertnik05","download_url":"https://codeload.github.com/kertnik05/laraveer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kertnik05%2Flaraveer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31013751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:58:54.984Z","status":"ssl_error","status_checked_at":"2026-03-27T02:58:46.993Z","response_time":164,"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":["docker","docker-compose","laravel","mysql","nginx","php","php74"],"created_at":"2024-09-24T20:04:43.684Z","updated_at":"2026-03-27T03:05:35.703Z","avatar_url":"https://github.com/kertnik05.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laraveer\n\n\u003e Prerequisites: `Docker` installed on  your machine\n\n### Docker Development Set-Up\n\n\n1. Build images, volume and network by running the following:\n    ```\n    docker-compose up -d --build\n    ```\n\n2. Install laravel by running the following:\n\n    ```\n    docker-compose exec app composer create-project laravel/laravel .\n    ```\n\n3. Set your database credentials.\n\n    **Database**:\n    ```\n    DB_HOST=mysql\n    DB_PORT=3306\n    DB_DATABASE=app\n    DB_USERNAME=app\n    DB_PASSWORD=secret\n    ```\n\n4. Voila! All should be working right now.\n   \u003e [http://localhost](http://localhost)\n\n----\n\nFootnotes:\n\n* Note that this takes a longer time to be accessible, specially when the container is freshly built. You can check the container logs to see its progress.\n\n### Docker-compose cheat sheet\n1. Laravel artisan commands `docker-compose exec app php artisan {command}`\n2. Laravel migrate command `docker-compose exec app php artisan migrate`\n3. Stopping services `docker-compose stop`\n4. Starting services `docker-compose start`\n5. Bash `docker-compose exec app bash`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkertnik05%2Flaraveer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkertnik05%2Flaraveer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkertnik05%2Flaraveer/lists"}