All Projects → velkymx → tickets

velkymx / tickets

Licence: MIT license
Basic ticket tracker build on Laravel PHP framework

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Vue
7211 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to tickets

giticket
Utility to autoadd ticket number specified in your branch name to your commits!
Stars: ✭ 51 (+183.33%)
Mutual labels:  jira, agile, tickets
Terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Stars: ✭ 713 (+3861.11%)
Mutual labels:  jira, agile
jira.js
A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Stars: ✭ 156 (+766.67%)
Mutual labels:  jira, agile
yoda
GitHub extension for agile project management, using the issues subsystem.
Stars: ✭ 86 (+377.78%)
Mutual labels:  agile, sprint
xeo
A modern tool to bring SCRUM to Notion!
Stars: ✭ 26 (+44.44%)
Mutual labels:  jira, agile
JirAgileR
User-friendly 🔹JIRA API wrapper. Track projects & issues from within R
Stars: ✭ 22 (+22.22%)
Mutual labels:  jira, agile
prepare-commit-msg
Automatically prefix commit messages with the current branch issue number
Stars: ✭ 28 (+55.56%)
Mutual labels:  issues, jira
Tissue
Create Github issues from your code's Exceptions
Stars: ✭ 116 (+544.44%)
Mutual labels:  issues
rhino
Agile Sandbox for analyzing Windows, Linux and macOS malware and execution behaviors
Stars: ✭ 49 (+172.22%)
Mutual labels:  agile
Glide Support
Android application to test out issues from the Glide image loading library
Stars: ✭ 88 (+388.89%)
Mutual labels:  issues
Export Pull Requests
Export pull requests and/or issues to a CSV file. Supports GitHub, GitLab, and Bitbucket
Stars: ✭ 68 (+277.78%)
Mutual labels:  issues
Acyort
A Node.js static website framework
Stars: ✭ 118 (+555.56%)
Mutual labels:  issues
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+261.11%)
Mutual labels:  jira
Wuffle
A multi-repository task board for GitHub issues.
Stars: ✭ 93 (+416.67%)
Mutual labels:  issues
php-best-practices
What I consider the best practices for web and software development.
Stars: ✭ 60 (+233.33%)
Mutual labels:  agile
Django Helpdesk
A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.
Stars: ✭ 1,198 (+6555.56%)
Mutual labels:  issues
agile-tutorial
A tutorial for agile development of cloud applications.
Stars: ✭ 16 (-11.11%)
Mutual labels:  agile
git2gus
A Github application to keep issues in sync with Agile Accelerator
Stars: ✭ 27 (+50%)
Mutual labels:  issues
Lock Threads
GitHub Action that locks closed issues and pull requests after a period of inactivity
Stars: ✭ 156 (+766.67%)
Mutual labels:  issues
Gh Polls
These polls work by pasting individual markdown SVG images into your issue, each wrapped with a link that tracks a vote. A single vote per IP is allowed for a given poll, which are stored in DynamoDB.
Stars: ✭ 1,726 (+9488.89%)
Mutual labels:  issues

Tickets!

Tickets is a basic ticket tracker using the Laravel PHP framework and Bootstrap 3. Please feel free to add features and grow the project. See the screenshots below!

Installing

Copy files to your server.

Run composer update to get all of the updated libraries

composer update

Edit the config/database.php to reference the new database

From the command line run the migrations.

php artisan migrate

Seed the database

php artisan db:seed --class=default_lookup_values

Load in a web browser and enjoy!

Screenshots

Alt text

Alt text

Alt text

Alt text

Alt text

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].