Tiny Issue v2.9.0 - for Laravel 5.1+
Installation
- Download and install composer
- Install dependencies
composer install
- Create a database. It can be any of the databases supported by Laravel 5.
- Execute Tiny Issue install command
php artisan tinyissue:install
- 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.
- Setup Laravel cronjob see. https://laravel.com/docs/5.1/scheduling
Enjoy!
Upgrade steps (since version 2.0.0)
- Pull latest changes from the GitHub repository
- 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.