A Docker container providing a Laravel Homestead development environment with pre-configured services.
Laraedit Docker is a Dockerized version of Laravel Homestead that provides a complete, pre-configured development environment for Laravel applications. It packages essential services like Nginx, PHP, MySQL, Redis, and NodeJS into a single container, eliminating the need for manual setup. This allows developers to quickly spin up a consistent environment for building and testing Laravel projects.
Laravel developers who want a streamlined, containerized development environment without the overhead of configuring individual services. It's ideal for those using Docker in their workflow or seeking environment consistency across teams.
Developers choose Laraedit Docker because it simplifies Laravel development by providing a ready-to-use Homestead environment in a Docker container. It reduces setup time, ensures consistency, and integrates seamlessly with Docker-based workflows.
Dockerized version of Laravel Homestead
Supports easy deployment via Kitematic or Docker CLI with minimal configuration, as shown in the straightforward run commands in the README.
Packages essential tools like Nginx, PHP 7.0, MySQL, Redis, and NodeJS in a single container, reducing manual setup time for Laravel development.
Provides default MySQL credentials (homestead/secret) for immediate database access, ensuring a standardized starting point across teams.
Allows mounting local app directories to /var/www/html/app in the container, enabling real-time code changes without rebuilding.
Uses PHP 7.0, which is no longer supported and may not be compatible with newer Laravel versions requiring PHP 7.3 or higher.
Lacks support for PostgreSQL and Lumen Installer, as indicated by unchecked boxes in the README's 'What works' section.
The README notes that more instructions will be added 'once stable,' suggesting the project might not be fully polished or actively maintained.
Full PHP development environment for Docker.
A modern Docker LAMP stack and MEAN stack for local development
A fork of Laravel Valet to work in Linux.
Stacker - The environment for local web development, ready for use.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.