m1guelpf / support_center

Support center made with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Center

Support Center

StyleCI Greenkeeper badge

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!

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!

Credits:

  • PHP - For their awesome work on developing PHP.
  • MySQL - For their awesome DB software.
  • Laravel - For this their framework.
  • Bootstrap - For their awesome HTML, CSS & JS framework

License:

Support Center is licensed under the Mozilla Public License. Check the License File for more information.

About

Support center made with Laravel

License:Mozilla Public License 2.0


Languages

Language:PHP 51.8%Language:HTML 47.2%Language:JavaScript 0.6%Language:Vue 0.3%