{"id":20095518,"url":"https://github.com/azshurith/dockerized-laravel-environment-nginx","last_synced_at":"2026-04-13T06:02:55.549Z","repository":{"id":220168953,"uuid":"750935064","full_name":"Azshurith/Dockerized-Laravel-Environment-Nginx","owner":"Azshurith","description":"This repository contains a Docker environment for Laravel applications utilizing Nginx for streamlined development and deployment. ","archived":false,"fork":false,"pushed_at":"2024-03-09T01:25:38.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:24:54.878Z","etag":null,"topics":["artisan","docker","docker-compose","laravel","nginx","php","vite"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/Azshurith.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-31T16:02:51.000Z","updated_at":"2024-07-11T14:06:17.000Z","dependencies_parsed_at":"2024-03-09T02:28:42.142Z","dependency_job_id":"00d6a8f6-684b-4495-a07f-00d8414e00cd","html_url":"https://github.com/Azshurith/Dockerized-Laravel-Environment-Nginx","commit_stats":null,"previous_names":["azshurith/dockerized-laravel-environment-nginx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Azshurith/Dockerized-Laravel-Environment-Nginx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azshurith","download_url":"https://codeload.github.com/Azshurith/Dockerized-Laravel-Environment-Nginx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Nginx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276631033,"owners_count":25676644,"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-09-23T02:00:09.130Z","response_time":73,"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":["artisan","docker","docker-compose","laravel","nginx","php","vite"],"created_at":"2024-11-13T16:55:33.018Z","updated_at":"2025-09-23T18:57:07.621Z","avatar_url":"https://github.com/Azshurith.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Laravel Docker 🐋 Environment with Nginx 🌟\n\n[![License](https://img.shields.io/badge/license-GNU-blue.svg)](https://github.com/Azshurith/Dockerized-Laravel-Environment-Artisan/blob/main/LICENSE)\n\nThis repository contains a Docker environment for Laravel applications utilizing Nginx for streamlined development and deployment.\n\n## 🛠️ Makefile Commands\n\n```makefile\nhelp                 Displays all available Commands\nproject_start        Starts the Project\nproject_stop         Stops the Project\nproject_destroy      Deletes the Project\nproject_create       Creates a laravel Project\nproject_pull         Setup Laravel Project from Git\nproject_chown        Sets the project's permission to www\nvite_start           Starts local vite\nvite_build           Build vite scripts\nnpm_install          Install NPM package\ncomposer_update      Update Project's Composer\nsetup_env            Create .env from .env sample\nartisan_key          Generate Artisan Project Key\ndeploy_php           Execute Command to PHP Container\n```\n\n## 📝 Environment Variables (.env)\n\nEnsure to set up your environment variables in the .env file.\n\n```dotenv\n# Docker Project\nPROJECT=\n\n# Database Credentials\nDB_PORT=\nDB_NAME=\nDB_USERNAME=\nDB_PASSWORD=\n\n# Project Configuration\nPROJECT_REPOSITORY=\n```\n## 🚀 Getting Started\n\n### Prerequisites 🛠️\n\n- Docker: Install Docker on your system if you haven't already. You can download it [here](https://www.docker.com/get-started).\n\n### Installation 📦\n\n  **Setting up Laravel from your Git Repository**\n  1. Set up your environment variables in the .env file.\n  2. Run `make project_start` to start the Docker environment.\n  3. Run `make project_pull` to clone your git repository.\n  4. Access your Laravel application at http://localhost:8088/.\n\n  **Setting up a Fresh Laravel Project**\n  1. Set up your environment variables in the .env file.\n  2. Run `make project_start` to start the Docker environment.\n  3. Run `make project_create` to crate a fresh laravel project.\n  4. Access your Laravel application at http://localhost:8088/.\n\n## Contributing 🤝\n\nContributions are welcome! If you'd like to contribute to this project, please follow the [Contributing Guidelines](CONTRIBUTING.md).\n\n## License 📝\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments 🙏\n\nSpecial thanks to the open-source community for their valuable contributions and inspiration.\n\n## Contact 📧\n\nFor questions or feedback, please feel free to reach out:\n\n- GitHub: [Devitrax](https://github.com/Azshurith)\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by Devitrax\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazshurith%2Fdockerized-laravel-environment-nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazshurith%2Fdockerized-laravel-environment-nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazshurith%2Fdockerized-laravel-environment-nginx/lists"}