tahamazaheri/ticket
最新稳定版本:v1.0.2
Composer 安装命令:
composer require tahamazaheri/ticket
包简介
A Laravel package for creating Ticket
README 文档
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.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-08