Chillrend / SupportTicket

A very simple laravel app to submit a public support ticket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SupportTicket

A simple laravel web app designed to submit support ticket This app is created for semester project at my university

Run Locally :

  1. copy .env.example and save as .env and then edit your database credential
  2. run composer install
  3. run php artisan key:generate
  4. run php artisan migrate
  5. run php artisan serve and access http://localhost:8000
  6. register a user, if you want admin access, change the is_admin column at database to 1 manually

Farhan Hanif - Politeknik Negeri Jakarta

About

A very simple laravel app to submit a public support ticket

License:MIT License


Languages

Language:PHP 70.2%Language:Blade 28.9%Language:Shell 0.5%Language:Vue 0.4%