Skip to content

aziyan99/simple-support-ticket-system

Repository files navigation

Simple Support Ticket System

img-1

img-1

About

This is a simple support ticket system app build with laravel framework, the purpose of this project is to practice and learn how to use laravel and will be available in https://www.youtube.com/channel/UCsHAn_jONDr7KHaM2Qz52RQ. This project using basic laravel authentication for login-logout and Gate for the authorization.

Installation

copy .env-example file and update the database credentials section according to yours.

First install the depedencies using composer

    composer install

next, generate the key

    php artisan key:generate

next, running the migration and seeder

    php artisan migrate:fresh --seed

Default login credentials:

admin: [email protected]
password: password

Depedencies

  1. Laravel 8.X
  2. Trix Editor

License

The Project is open-sourced software licensed under the MIT license.

About

an simple support ticket system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published