All Projects → satrun77 → tinyissue

satrun77 / tinyissue

Licence: MIT license
Simple Issue Tracking for Teams

Projects that are alternatives of or similar to tinyissue

rebacklogs
Re:Backlogs is an Open Source Project Management Tool.
Stars: ✭ 163 (+232.65%)
Mutual labels:  bug-tracker, issue-tracker
Openproject
OpenProject is the leading open source project management software.
Stars: ✭ 5,337 (+10791.84%)
Mutual labels:  bug-tracker, issue-tracker
Github Issue Templates
🔣 A collection of GitHub issue and pull request templates
Stars: ✭ 3,074 (+6173.47%)
Mutual labels:  bug-tracker, issue-tracker
roundup
un-official mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org for finding starter issues or log new issues.
Stars: ✭ 20 (-59.18%)
Mutual labels:  bug-tracker, issue-tracker
jissues
Issue tracking application extending GitHub's issues and pull requests for the Joomla! project.
Stars: ✭ 68 (+38.78%)
Mutual labels:  issue-tracker
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+240.82%)
Mutual labels:  laravel-application
laravel-booking-app
Laravel based application used to book rooms and bookings and manage bookings and clients. For now this is a basic booking management system for hotels.
Stars: ✭ 63 (+28.57%)
Mutual labels:  laravel-application
hs-bugs
Unofficial Hearthstone issue tracker
Stars: ✭ 67 (+36.73%)
Mutual labels:  bug-tracker
simple-recaptcha-v3
🤖 This repository contains simple reCAPTCHA v3 integration for your Laravel application.
Stars: ✭ 25 (-48.98%)
Mutual labels:  laravel-application
Laravel-Trik-Indonesia
Kumpulan trik laravel berbahasa indonesia
Stars: ✭ 74 (+51.02%)
Mutual labels:  laravel-application
founder
Laravel starter application
Stars: ✭ 47 (-4.08%)
Mutual labels:  laravel-application
kendo-vue
Issue tracker - Kendo UI for Vue http://www.telerik.com/kendo-vue-ui/
Stars: ✭ 49 (+0%)
Mutual labels:  issue-tracker
SKlauncher
🐛 Issues Tracker and 🌐 Translations for 🚀 SKlauncher
Stars: ✭ 53 (+8.16%)
Mutual labels:  issue-tracker
docker-laravel-vuejs
🌟 🎯 📰 Dockerized Blog + Forum + REST API + App using Laravel, Vue.js
Stars: ✭ 27 (-44.9%)
Mutual labels:  laravel-application
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+12.24%)
Mutual labels:  laravel-application
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (-10.2%)
Mutual labels:  laravel-application
issue-action
github action for github issue
Stars: ✭ 58 (+18.37%)
Mutual labels:  issue-tracker
rawphp
A powerful, robust and API-first, PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone.
Stars: ✭ 31 (-36.73%)
Mutual labels:  laravel-application
HFUT ChemLab
A Laravel application for HFUT Chemistry lab learning and exam system.
Stars: ✭ 65 (+32.65%)
Mutual labels:  laravel-application
prepare-commit-msg
Automatically prefix commit messages with the current branch issue number
Stars: ✭ 28 (-42.86%)
Mutual labels:  issue-tracker

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].