A Laravel package for creating Ticket

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

pkg:composer/tahamazaheri/ticket

v1.0.2 2025-02-10 08:22 UTC

This package is auto-updated.

Last update: 2025-12-10 10:34:47 UTC


README

This is a Laravel package for managing a ticketing system. It provides controllers, models, repositories, views, migrations, and seeders to help integrate a ticketing system into your Laravel application.

📌 Features

  • Create, list, and reply to tickets.
  • Supports database migrations and seeding.
  • Easy installation and configuration.

🚀 Installation

Install the Package

Run the following command in your Laravel project root:

composer require tahamazaheri/ticket

After Installation

To install the package, run the following command in your terminal:

php artisan vendor:publish --tag=Ticket --force

And then write this command for migration:

php artisan migrate

(Optional) Seed the Database

php artisan db:seed

Contributing

Feel free to fork this repository and submit pull requests with improvements.

License

This package is open-source and available under the MIT License.