/SupportTicket

A very simple laravel app to submit a public support ticket

Primary LanguagePHPMIT LicenseMIT

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