Comments on How to setup a LAMP development environment in Vagrant
In the previous tutorial, we have learned about the basics of Vagrant. In this tutorial, we will move to next level and will learn more about Vagrant and setting up LAMP development environment in Vagrant. To start with, LAMP stands for: Linux (OS/Kernel), Apache (Web Server), MySQL (Database), PHP (Scripting Language). It is an open-source Web development environment which lets you create web applications. It is generally also referred as Web Stack.
6 Comment(s)
Comments
Very helpful tutorial..specially I liked the TIP at later part of tutorial. Thanks!!
Good tutorial
I wonder how can I map a domain.local on my /etc/hosts/ to the vagrantbox. Something like:www.domain.local --> that way I can get www.domain.test/ and behaves the same way as www.domain.com/
for example.
You can just update the hosts file of your system and adding something like :
192.168.56.110 www.project.dev
Great .. Thank you! I wonder how will I insert php file in the folder? Thank you for answering..
Thank you this was very helpful!!