- Download install vagrant (vagrantup.com)
- Download VirtualBox (https://www.virtualbox.org/wiki/Downloads)
- Use windows cmd (or git bash) to create a vagrant file (or use an existing vagrant file)
- To create your own use 'vagrant init'
- Make sure you have laravel vagrant box 'vagrant box add laravel/homestead' in the command line
- Edit the hosts file to be the new project ip (C:\Windows\System32\drivers\etc)
- What the new entry should look like: '192.168.50.13 local.basic-setup.com'
- Change config.cfg file to your needs for the new site
- Go to project directory and type 'vagrant up' to start the server
- Can always access the server by type 'vagrant ssh'
- Destroy server by 'vagrant destroy -f'
-
Notifications
You must be signed in to change notification settings - Fork 0
eXist73/basic-setup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Vagrant using Laravel Box for a Basic PHP Setup
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published