Ticketing and website monitoring platform built using the Laravel 5.0 MVC framework.
- Install Laravel homestead on your machine (optional)
- Install composer
- Clone or Download files to your Virtual machine/Server
- SSH into your install location and run "composer install"
- Copy the env.sample file to your root and rename it to .env
- Update .env with your environment credentials
- Run "php artisan migrate" from your install directory to create the database
- Run "php artisan db:seed" from your install directory to install the database data
- Serve the install directory to a URL (required if using warehouse)
TODO: Write Usage
TODO: Write Contributing
TODO: Write history
TODO: Write credits
TODO: Write license