Popularity
1.7
Stable
Activity
0.0
Stable
48
10
8

Code Quality Rank: L4
Programming language: PHP
License: MIT License
Tags: Task management/To-do lists    
Latest version: v2.9.0

Tinyissue alternatives and similar software solutions

Based on the "Task management/To-do lists" category.
Alternatively, view Tinyissue alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Tinyissue or a related project?

Add another 'Task management/To-do lists' Software solution

README

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:


*Note that all licence references and agreements mentioned in the Tinyissue README section above are relevant to that project's source code only.