Skip to content

les-bogoss/LaraDESK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

LaraDESK

A simple but yet complete Helpdesk app made in laravel
Explore the docs »

Request Feature · Report a Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • mysql
  • php
  • composer

Installation

  1. Create a database name laravel and a user root with password *******
  2. Clone the repo
    git clone https://github.com/les-bogoss/LaraDESK.git
  3. Change directory to the cloned repo
    cd LaraDESK
  4. Install dependencies
    composer install
  5. Run migration and seeding
    php artisan migrate:fresh --seed
  6. Run the server
    php artisan serve

(back to top)

Usage

For more examples, please refer to the Documentation

(back to top)

Roadmap

See the open issues for a full list of proposed features or open one.

(back to top)

Contact

Project Link: https://github.com/les-bogoss/LaraDESK

(back to top)

Acknowledgments

(back to top)