8000 GitHub - liamseys/eagle: A self-hosted support ticket management system built with Laravel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ eagle Public

A self-hosted support ticket management system built with Laravel

Notifications You must be signed in to change notification settings

liamseys/eagle

Repository files navigation

Eagle

Eagle 🦅

A self-hosted support ticket management system built with Laravel.

Features

  • Clients: Manage client profiles and view their ticket history in one place.
  • Tickets: Create, track, and manage support tickets efficiently.
    • Email to Ticket: Automatically convert incoming emails into support tickets.
    • Escalations: Require approval before processing certain tickets.
  • Help Center: Write articles, organize them into categories, and allow users to submit forms which create tickets.
  • Workflows: Define and manage Service Level Agreement (SLA) policies for each ticket priority.
  • Groups: Create groups for various teams and departments to streamline ticket assignment and forwarding.
  • Users: Manage permissions for secure access control.

Installation

  1. Clone the repository:
git clone https://github.com/liamseys/eagle.git
cd eagle
  1. Install dependencies:
composer install
  1. Set up your environment:
cp .env.example .env
php artisan key:generate
  1. Configure your database in .env and run migrations:
php artisan migrate
  1. Build the assets:
npm install
npm run build
  1. Set up a cron job to run the scheduler every minute:
php artisan schedule:run
  1. Start the queue worker:
php artisan queue:work

License

Eagle is released under the Creative Commons Attribution-NonCommercial 4.0 International license. See the LICENSE file for more details. A human-friendly summary is available at creativecommons.org.

Dependencies may be subject to their own licenses.

Security

If you discover any security-related issues, please email liam.seys@gmail.com instead of using the issue tracker. All security vulnerabilities will be promptly addressed.

0