Laravel Support Ticketing screenshot

Laravel Support Ticketing

Author Avatar Theme by Laraveldaily
Updated: 24 Sep 2020
293 Stars

Laravel 6 Project for Support Tickets. Partly generated with QuickAdminPanel.

Categories

Overview:

This is a demo support ticketing project based on Laravel 8, generated partly with QuickAdminPanel. It provides functionalities for managing support tickets with features for admins and agents to handle tickets efficiently.

Features:

  • Admin Dashboard: Manage support tickets, users, and settings.
  • Agent Interface: Agents can view, respond to, and update support tickets.
  • Seeded Data: Includes pre-loaded data for testing purposes.
  • User Authentication: Users can login with provided credentials.
  • QuickAdminPanel Integration: Utilizes QuickAdminPanel for quick and easy project generation.

Installation:

  1. Clone the repository with git clone.
  2. Copy .env.example file to .env and edit database credentials.
  3. Run composer install to install dependencies.
  4. Run php artisan key:generate to generate application key.
  5. Run php artisan migrate --seed to migrate database with seeded data.
  6. Launch the main URL to access the project.
  7. For login, use admin credentials: admin@admin.com - password or agent credentials: agent1@agent1.com - password.

Summary:

This Laravel support ticketing project provides a demo platform with essential features for managing support tickets efficiently. The integration with QuickAdminPanel simplifies project setup and showcases functionalities like admin dashboard, agent interface, pre-loaded data, and user authentication. By following the provided installation guide, users can quickly set up and explore the project functionalities for their own use or further customization.