laraedit-docker [](https://github.com/laraedit/laraedit-docker/issues) [](https://raw.githubusercontent.com/laraedit/laraedit-docker/master/LICENSE) [](https://github.com/laraedit/laraedit-docker/network) [](https://github.com/laraedit/laraedit-docker/stargazers)
January 31, 2017 ยท View on GitHub
Dockerized version of Laravel Homestead
Documentation
For now you can check out the wiki for details on using the container. Once the container is stable, I will add more instructions here in the readme.
Build Information
You can find the latest build details on the Docker Hub
What works
- Nginx 1.8.1
- PHP 7.0
- SQLite
- MySQL 5.7
- Redis
- NodeJS
- PostgreSQL
- Beanstalkd
- Blackfire
- Bower
- Gulp
- Composer
- Laravel Envoy
- Laravel Installer
- Lumen Installer
How to use the container
Kitematic (the easy way)
- Search for
LaraEdit - Create LaraEdit container
- Point the
/var/www/html/appvolume to your local application directory.
CLI (the other easy way)
- Pull in the image
docker pull laraedit/laraedit
- Run the container
docker run -p 80:80 -v /path/to/your/app:/var/www/html/app laraedit/laraedit
If you want to try the latest unstable release, replace laraedit/laraedit with laraedit/laraedit:dev
MySQL Details
- MySQL Username =
homestead - MySQL Password =
secret - MySQL Database =
homestead
You are free to create more databases and/or users, but these are available to you as soon as you run the container!