A simple but yet complete Helpdesk app made in laravel
Explore the docs »
Request Feature
·
Report a Bug
Table of Contents
To get a local copy up and running follow these simple example steps.
- mysql
- php
- composer
- Create a database name
laravel
and a userroot
with password*******
- Clone the repo
git clone https://github.com/les-bogoss/LaraDESK.git
- Change directory to the cloned repo
cd LaraDESK
- Install dependencies
composer install
- Run migration and seeding
php artisan migrate:fresh --seed
- Run the server
php artisan serve
For more examples, please refer to the Documentation
See the open issues for a full list of proposed features or open one.
- Célian HAMON - hamoncelian@gmail.com
- Théo TRUVELOT - theotruvelott@gmail.com
- Alan COURTOIS - alancrts27@gmail.com
- Evan OSMONT - evan.osmont@gmail.com
Project Link: https://github.com/les-bogoss/LaraDESK