Skip to content

RichardJMora/support-ticket

 
 

Repository files navigation

Support Ticket

A support ticket application built using the Laravel framework.

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:ammezie/support-ticket.git

If you use https, use this instead

git clone https://github.com/ammezie/support-ticket.git

Run the command below to install Laravel dependencies

composer install

Setting Up

Setup your database and cd into the project directory then run:

php artisan migrate

Once the database is settup and migrations are up, run

php artisan serve

and visit http://localhost:8000/ to see the application in action.

About

A support ticket application in Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.3%
  • HTML 27.8%
  • Other 0.9%