Looking to hire Laravel developers? Try LaraJobs

ticketable maintained by laravelir

Description
a ticketable package for laravel
Author
Last update
2025/07/25 22:12 (dev-master)
License
Downloads
39

Comments
comments powered by Disqus
  • Starts
  • Forks Total Downloads

laravelir/ticketable

A ticketable for laravel

Installation

  1. Run the command below to add this package:
composer require laravelir/ticketable
  1. Open your config/app.php and add the following to the providers array:
Laravelir\Ticketable\Providers\TicketableServiceProvider::class,
  1. Run the command below to install the package:
php artisan ticketable:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.