2017 © Pedro Peláez
 

library irticket

a simple ticketing system

image

amin101/irticket

a simple ticketing system

  • Tuesday, April 19, 2016
  • by amin101
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

irticket v1.0

a simple tickets system for laravel 5.2+ which integrates with Laravel default users system., (*1)

Features:

  1. Users can create tickets, keep track of their tickets status, giving comments, and close (resolve) their own tickets.
  2. Fluent admin panel.
  3. Localization (English, Farsi).

Requirements

First make sure you have got this Laravel setup working:, (*2)

  1. Laravel 5.2
  2. Users table
  3. Bootstrap 3+

Installation :

Install Irticket package, (*3)

composer require amin101/irticket:1.*

Add this line on your config/app.php in Service Providers section., (*4)

Amin101\Irticket\IrticketServiceProvider::class

Run this code to publish migrations and assets, (*5)

php artisan vendor:publish

Run three migrations, (*6)

php artisan migrate

Views

after publishing , irticket views files are under resources/views/vendor/irticket path. feel free to edit app.blade.php to fit it to your site template structure. just dont forget to add @yield('content') ., (*7)

The Versions

19/04 2016

dev-master

9999999-dev

a simple ticketing system

  Sources   Download

MIT

The Requires

 

by amin mazrouei

01/03 2016

v1.0

1.0.0.0

a simple ticketing system

  Sources   Download

MIT

The Requires

 

by amin mazrouei