Skip to content

nickbe/tinyissue

 
 

Repository files navigation

Tiny Issue v2.5.1 - for Laravel 5.1+

SensioLabsInsight Scrutinizer Code Quality Code Coverage Build Status

Simple Issue Tracking for Teams - for Laravel 5 and above.

Installation

  1. Download and install composer
  2. Install dependencies composer install
  3. Create a database. It can be any of the databases supported by Laravel 5.
  4. Execute Tiny Issue install command php artisan tinyissue:install
  5. Note: make sure that all of the Tiny Issues files/folders are behind the public root directory of your site. Except for the ones under public directory.

Enjoy!

Upgrade steps (since version 2.0.0)

  1. Pull latest changes from the GitHub repository
  2. Execute Laravel migration command php artisan migrate

How to contribute

We welcome and appreciate all contributions. The develop branch is the branch you should base all pull requests and development off of. The master branch is tagged releases only.

Code changes must adhere the PSR-2 standards.

Main Developers:

Version 2.0.0 and above:

Version 1.3.1 and below:

About

Simple Issue Tracking for Teams

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.1%
  • JavaScript 8.1%
  • CSS 3.8%