Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1guelpf/support_center
Support center made with Laravel
https://github.com/m1guelpf/support_center
center laravel support support-center
Last synced: 6 days ago
JSON representation
Support center made with Laravel
- Host: GitHub
- URL: https://github.com/m1guelpf/support_center
- Owner: m1guelpf
- License: mpl-2.0
- Created: 2017-02-07T19:55:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T11:13:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-25T05:58:02.442Z (14 days ago)
- Topics: center, laravel, support, support-center
- Language: PHP
- Homepage:
- Size: 679 KB
- Stars: 46
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Support Center
[![StyleCI](https://styleci.io/repos/81247995/shield?branch=master&style=flat)](https://styleci.io/repos/81247995)
[![Greenkeeper badge](https://badges.greenkeeper.io/m1guelpf/support_center.svg)](https://greenkeeper.io/)Complete support center built with Laravel
## Features:
- Tickets, comments & statuses
- Bootstrap: Using Bootstrap, we make the frontend easy to change, so you can adapt it to your own needs.
- Mail Notifications: Every time you make an important action (comment, close/reopen, create ticket), the user gets notified by email.
- Simple: Support Center includes the basic features, but you can extend it to cover your needs!
- More coming soon: Support Center is under active support so, if you want to help or have ideas, go ahead and Contribute!## Preview:
Want to preview the script before installing? Check the [YouTube video](https://youtu.be/huFLWRFBlg4)!
## Requirements:
- PHP >= 5.6.4
- Composer
- MySQL
- MySQL PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension(Don't worry! normally, this is included in your PHP installation)
## Installation:
1. Clone or download this repo to somewhere on your server.
2. Rename .env.example to .env and fill the database settings.
3. Run ```composer update```, ```php artisan key:generate``` and ```php artisan migrate```.
4. The first user created will be the admin user.
5. Enjoy!## Found an issue? Something to improve? [Open an issue](https://github.com/m1guelpf/orgmanager/issues/new)!
## Credits:
- [PHP](https://php.net) - For their awesome work on developing PHP.
- [MySQL](https://mysql.com) - For their awesome DB software.
- [Laravel](https://laravel.com) - For this their framework.
- [Bootstrap](http://getbootstrap.com/) - For their awesome HTML, CSS & JS framework## License:
Support Center is licensed under the Mozilla Public License. Check the [License File](LICENSE) for more information.