Skip to content

satrun77/tinyissue

 
 

Repository files navigation

Tiny Issue v2.9.0 - for Laravel 5.1+

Build Status SensioLabsInsight Scrutinizer Code Quality Code Coverage License GitHub issues Minimum PHP Version Latest Version Gitter

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.
  6. Setup Laravel cronjob see. https://laravel.com/docs/5.1/scheduling

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: