Skip to content

ammezie/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.