In this post I would like to tell you about Laradock, a Full PHP development environment that will help you develop PHP applications using docker.
I use Laradock for developing Laravel and PHP applications on local machine. Just using Docker and Laradock you would able to develop and run different PHP application with different versions of PHP.
Running different PHP version applications on local machine using xamp and wamp servers are very cumbersome. Laradock would make this easy for you.
If you are not familiar with Laradock don’t worry because Laradock is “Use Docker First – Learn About It Later!”.
Please check the GitHub Repository of Laradock, you find the documentation on the GitHub Repository.