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
- Host: GitHub
- URL: https://github.com/ammezie/support-ticket
- Owner: ammezie
- Created: 2016-06-25T08:04:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T04:23:35.000Z (about 8 years ago)
- Last Synced: 2025-03-15T01:02:45.043Z (about 2 months ago)
- Topics: laravel
- Language: PHP
- Homepage: http://supportticket.herokuapp.com
- Size: 74.2 KB
- Stars: 102
- Watchers: 7
- Forks: 89
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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.