An open API service indexing awesome lists of open source software.

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

A support ticket application in Laravel
https://github.com/ammezie/support-ticket

laravel

Last synced: about 1 month ago
JSON representation

A support ticket application in Laravel

Awesome Lists containing this project

README

        

# 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 [email protected]: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/](http://localhost:8000/) to see the application in action.