Complete support center built with Laravel
- 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!
Want to preview the script before installing? Check the YouTube video!
- 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)
- Clone or download this repo to somewhere on your server.
- Rename .env.example to .env and fill the database settings.
- Run
composer update
,php artisan key:generate
andphp artisan migrate
. - The first user created will be the admin user.
- Enjoy!
Found an issue? Something to improve? Open an issue!
- 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
Support Center is licensed under the Mozilla Public License. Check the License File for more information.