GithubHelp home page GithubHelp logo

ticket's Introduction

High Ticket System

High Ticket System is lightweight and developer friendly PHP Laravel ticket system. It also usable for production environment.

Dependencies

DevDependencies (for Developing)

Under Construction

  • Base
    • Register
    • Login
    • Password Reset
    • Account Settings
    • Logout
    • Notifications
  • Tickets
    • Create Ticket
      • Upload multiple file
    • Ticket Details
      • Files
      • Comments
      • New Comments
      • Change ticket status (permission:ticket.status.edit)
    • Edit Ticket (permission:ticket.edit)
    • Delete Ticket (permission:ticket.delete)
  • Priorities
    • Index Priority
    • Create Priority
    • Edit Priority
    • Delete Priority
  • Statuses
    • Index Status
    • Create Status
    • Edit Status
    • Delete Status
  • Departments
    • Index Department
    • Create Department
    • Edit Department
    • Delete Department
  • Users
    • Index User
    • Create User
    • Edit User
    • Delete User

Developer Guide

Firstly, clone project to your computer.

git clone [email protected]:erayaydin/ticket.git

Move to project folder

cd ticket

Install php composer dependencies.

php artisan install

Edit .env file

APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

Migrate migration files

php artisan migrate

Seed role table

php artisan db:seed --class="RoleTableSeeder"

There is no user factory and seed table yet. Create manually with temporary route.

Dont commit that temporary route

There is no priority factory and seed table yet. Create manually with temporary route.

Dont commit that temporary route

There is no status factory and seed table yet. Create manually with temporary route.

Dont commit that temporary route

Standards for contributing

Use Language Files

Dont just write plain text to view files. Use language support. trans(...)

Carefully define route names

Route names should module.route

Carefully create view files

View file names should controller/method.blade.php

Uploading Files to storage path

Do Not upload files to public, use storage path. IF not directly show in view

Use Bower for assets

Do Not use dist files for assets(css/js etc). Use bower for that and Elixir.

Use Request File

Create request files for validation.

ticket's People

Contributors

erayaydin avatar

Stargazers

Jeff Snow avatar

Watchers

James Cloos avatar Ramazan Sancar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.