tahamazaheri / ticket
A Laravel package for creating Ticket
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=7.4
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.