2017-25 © Pedro Peláez
 

library ticket

this is a package for managment tickets

image

payamava/ticket

this is a package for managment tickets

  • Wednesday, March 14, 2018
  • by mpiri44
  • Repository
  • 1 Watchers
  • 1 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

This package is designed to manage and support ticketing., (*1)

Installing

Begin by pulling in the package through Composer., (*2)

composer require payamava/ticket

Next, if using Laravel 5, include the service provider within your config/app.php file., (*3)

'providers' => [
    Payamava\Ticket\TicketServiceProvider::class,
];

php artisan vendor:publish

php artisan migrate

Usage

Create new ticket category, (*4)

    $user->newTicketCategory('name of category')

Create new ticket, (*5)

    $ticketCategory = TicketCategory::first();
    $user->newTicket($ticketCategory,'title','body','priority');

Reply to ticket, (*6)

    $user->replyToTicket($ticket,'title','message')

Change state ticket to closed, (*7)

    $user->changeStateToClosed($ticket)

Change state to open, (*8)

    $user->changeStateToOpen($ticket)

Delete Ticket, (*9)

    $user->deleteTicket($ticket)

Update Reply, (*10)

    $user->updateReply($ticket,$reply,$new_message)

Update Ticket, (*11)

    $user->updateTicket($ticket,$newCategory,$title,$message,$priority)

Get all Replies, (*12)

    $user->getReplies()

The Versions

14/03 2018

v1.1

1.1.0.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

10/03 2018

v1.0.9

1.0.9.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

10/03 2018

dev-master

9999999-dev

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

10/03 2018

v1.0.8

1.0.8.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

10/03 2018

v1.0.7

1.0.7.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

10/03 2018

v1.0.6

1.0.6.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

09/03 2018

v1.0.5

1.0.5.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

09/03 2018

v1.0.4

1.0.4.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

09/03 2018

v1.0.3

1.0.3.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

09/03 2018

v1.0.1

1.0.1.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

09/03 2018

v1.0.2

1.0.2.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam

laravel ticket

09/03 2018

v1.0.0

1.0.0.0

this is a package for managment tickets

  Sources   Download

MIT

The Requires

 

by Meysam