Skip to content

scotch-io/laravel-support-ticket

 
 

Repository files navigation

Support Ticket

An 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 [email protected]:ammezie/support-ticket.git

If you use https, use this instead

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

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%