ammezie / support-ticket

A support ticket application in Laravel

Home Page:http://supportticket.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://supportticket.herokuapp.com


Languages

Language:PHP 71.4%Language:HTML 27.7%Language:ApacheConf 0.5%Language:JavaScript 0.4%