Skip to content

borovaka/events

Repository files navigation

Simple Tickets system

Build Status

Setup

  1. Clone git repo and change Homestead.yml mappings
  2. Generate ssh key in ~/.ssh
# 3) Get vagrant box
vagrant box add laravel/homestead

# 4) Start virtual machine
vagrant up

# 5) SSH into the machine
vagrant ssh

# 6) switch to project direcotry
cd tickets

# 7) Install composer components, migrate and seed

composer install
php artisan migrate
php artisan db:seed --class DataSeeder
  1. Add "192.168.12.10 tickets.dev" to your host OS host file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages