{"id":20095516,"url":"https://github.com/azshurith/dockerized-laravel-environment-artisan","last_synced_at":"2026-04-09T02:31:05.444Z","repository":{"id":219390246,"uuid":"748931217","full_name":"Azshurith/Dockerized-Laravel-Environment-Artisan","owner":"Azshurith","description":"This repository contains a Docker environment for Laravel applications utilizing Artisan for streamlined development and deployment.","archived":false,"fork":false,"pushed_at":"2024-04-26T00:38:36.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T23:11:19.485Z","etag":null,"topics":["artisan","docker","docker-compose","laravel","php","vite"],"latest_commit_sha":null,"homepage":"","language":"PHP","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-27T04:25:41.000Z","updated_at":"2024-07-11T14:04:39.000Z","dependencies_parsed_at":"2024-01-27T05:29:32.868Z","dependency_job_id":"f55c22ef-7433-4620-896e-ce26da62cba7","html_url":"https://github.com/Azshurith/Dockerized-Laravel-Environment-Artisan","commit_stats":null,"previous_names":["azshurith/dockerized-laravel-environment-artisan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Azshurith/Dockerized-Laravel-Environment-Artisan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Artisan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Artisan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Artisan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Artisan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azshurith","download_url":"https://codeload.github.com/Azshurith/Dockerized-Laravel-Environment-Artisan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Laravel-Environment-Artisan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31582558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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","php","vite"],"created_at":"2024-11-13T16:55:32.704Z","updated_at":"2026-04-09T02:31:05.429Z","avatar_url":"https://github.com/Azshurith.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Laravel Docker 🐋 Environment with Artisan 🌟\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 Artisan 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\n```\n\n## 📝 Environment Variables (.env)\n\nEnsure to set up your environment variables in the .env file.\n\n```dotenv\n# Docker Configuration\nPROJECT_NAME=\nPROJECT_VERSION=1.0\nPROJECT_REPOSITORY=\n\n# Php Configurations\nPHP_DOCKERFILE=.docker/Php/\n\n# Database Configurations\nMARIADB_CONNECTION=mysql\nMARIADB_HOST=host.docker.internal\nMARIADB_PORT=3306\nMARIADB_DATABASE=Laravel\nMARIADB_USERNAME=laravel\nMARIADB_PASSWORD=laravel\nMARIADB_DOCKERFILE=.docker/MariaDB/\n\n# PhpMyAdmin Configurations\nPHPMYADMIN_DOCKERFILE=.docker/PhpMyAdmin/\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\n1. Copy the `.env.sample` and setup the variables thru executing `cp .env.sample .env`.\n2. Start the docker project thru executing the command `make project_start`.\n3. Download laravel project thru executing the command `make project_create`.\n4. Shutdown docker thru running `make project_stop`.\n5. Start docker thru running `make project_start`.\n6. Access your Laravel application at http://localhost:8000.\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-artisan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazshurith%2Fdockerized-laravel-environment-artisan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazshurith%2Fdockerized-laravel-environment-artisan/lists"}