{"id":30034292,"url":"https://github.com/taamdev/laravel-react-note","last_synced_at":"2025-08-06T23:21:49.133Z","repository":{"id":199396157,"uuid":"702778607","full_name":"Taamdev/laravel-react-note","owner":"Taamdev","description":"Build a Laravel with React.","archived":false,"fork":false,"pushed_at":"2023-10-10T02:58:56.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T12:37:49.828Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Taamdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-10-10T02:07:20.000Z","updated_at":"2023-10-10T02:57:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"bab6c02c-f240-44ac-968f-583559cf90bb","html_url":"https://github.com/Taamdev/laravel-react-note","commit_stats":null,"previous_names":["gokkutamu/laravel-react-note","trngtam10d/laravel-react-note","tamtocode/laravel-react-note","taamdev/laravel-react-note"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Taamdev/laravel-react-note","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taamdev%2Flaravel-react-note","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taamdev%2Flaravel-react-note/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taamdev%2Flaravel-react-note/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taamdev%2Flaravel-react-note/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Taamdev","download_url":"https://codeload.github.com/Taamdev/laravel-react-note/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taamdev%2Flaravel-react-note/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269170970,"owners_count":24372151,"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-08-06T02:00:09.910Z","response_time":99,"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":[],"created_at":"2025-08-06T23:21:44.648Z","updated_at":"2025-08-06T23:21:49.124Z","avatar_url":"https://github.com/Taamdev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-laravel 🐳\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/35098175/145682384-0f531ede-96e0-44c3-a35e-32494bd9af42.png\" alt=\"docker-laravel\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/ucan-lab/docker-laravel/actions/workflows/laravel-create-project.yml/badge.svg\" alt=\"Test laravel-create-project.yml\"\u003e\n    \u003cimg src=\"https://github.com/ucan-lab/docker-laravel/actions/workflows/laravel-git-clone.yml/badge.svg\" alt=\"Test laravel-git-clone.yml\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/ucan-lab/docker-laravel\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n## Introduction\n\nBuild a simple laravel development environment with docker-compose. Compatible with Windows(WSL2), macOS(M1) and Linux.\n\n## Usage\n\n### Laravel install\n\n1. Click [Use this template](https://github.com/ucan-lab/docker-laravel/generate)\n2. Git clone \u0026 change directory\n3. Execute the following command\n\n```bash\n$ mkdir -p src\n$ docker compose build\n$ docker compose up -d\n$ docker compose exec app composer create-project --prefer-dist laravel/laravel .\n$ docker compose exec app php artisan key:generate\n$ docker compose exec app php artisan storage:link\n$ docker compose exec app chmod -R 777 storage bootstrap/cache\n$ docker compose exec app php artisan migrate\n```\n\nhttp://localhost\n\n### Laravel setup\nhttps://blog.desdelinux.net/vi/Makefile-l%C3%A0-g%C3%AC-v%C3%A0-n%C3%B3-ho%E1%BA%A1t-%C4%91%E1%BB%99ng-nh%C6%B0-th%E1%BA%BF-n%C3%A0o-trong-linux/\n1. Git clone \u0026 change directory\n2. Execute the following command\n\n```bash\n$ sudo apt install make\n$ make install\n```\n\nhttp://localhost\n\n## Tips\n\n- Read this [Makefile](https://github.com/ucan-lab/docker-laravel/blob/main/Makefile).\n- Read this [Wiki](https://github.com/ucan-lab/docker-laravel/wiki).\n\n## Container structures\n\n```bash\n├── app\n├── web\n└── db\n```\n\n### app container\n\n- Base image\n  - [php](https://hub.docker.com/_/php):8.1-fpm-bullseye\n  - [composer](https://hub.docker.com/_/composer):2.2\n\n### web container\n\n- Base image\n  - [nginx](https://hub.docker.com/_/nginx):1.22\n\n### db container\n\n- Base image\n  - [mysql/mysql-server](https://hub.docker.com/r/mysql/mysql-server):8.0\n\n### mailhog container\n\n- Base image\n  - [mailhog/mailhog](https://hub.docker.com/r/mailhog/mailhog)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaamdev%2Flaravel-react-note","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaamdev%2Flaravel-react-note","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaamdev%2Flaravel-react-note/lists"}