####Version 1.0.11
This repository hosts the source code for the tygr issue management system, a project and issue management system developed primarily for companies in the elearning industry. The project is open source under the MIT license.
- PHP 5.5
*Homestead is not required, but makes development and deployment very easy.
To begin developing Tygr, you must first have the aforementioned pre-requisites. You can use the following commands to install your development environment.
- Run
homestead upto start your local development environment, if using Homestead - Run
composer updateto get all of the PHP dependencies - Run
npm installto get any Node dependencies - Run
gulp watchto process SCSS - Connect to your local VM
homestead ssh(if using Homestead) andcdto your project directory - Run
php artisan migrate --seedto migrate and seed the database
This repository is released as open-sourced software licensed under the MIT license