Skip to content

olivedae/edsger

Repository files navigation

Edsger

A route for the places you'll go

Dependencies

  • php 7
  • Laravel
  • Composer
  • GNU makefile
  • Vagrant
  • VirtualBox
  • MySQL
  • Homestead

Usage

# Getting Laravel up and going
user:edsger composer install
user:edsger php artisan migrate

# Setting up your local environment for
#   Homestead/Vagrant:

# For Mac/Linux:
user:edsger php vendor/bin/homestead make
# Otherwise Windows
user:edsger vendor\bin\homestead make

user:edsger vagrant up

Vagrant will launch and boot a virtual machine and automatically configure it for you.

To destroy the machine, you may use the vagrant destroy --force command.

Homestead requires the "domains" for Nginx sites to be added to the host file on your machine. The location of the host file depending on your choice of OS. On Mac and Linux, this file is located at /etc/hosts. On Windows, it is located at C:\Windows\System32\drivers\etc\hosts. The lines you add to this file will look like the following (with the domain of your choice):

192.168.10.10 homestead.app

Make sure the IP address listed is the one set in your location/to/edsger/Homestead.yaml file. Once you have added the domain to your hosts file, you can access the site via your web browser:

http://homestead.app

About

Oh a route for the places you'll go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published