A Laravel package for creating Ticket

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

This package is auto-updated.

Last update: 2025-06-10 09:28:36 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.