2017 © Pedro Peláez
 

library customersupport

Simple customer support tool for Laravel

image

webwork/customersupport

Simple customer support tool for Laravel

  • Monday, December 21, 2015
  • by khachik1990
  • Repository
  • 1 Watchers
  • 2 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Laravel Customer Support

This package will allow you to add a full customer support system into your Laravel application., (*1)

Leave some feedback

How are you using laravel-customer-support?, (*2)

Features

Installation (Laravel 5.x)

In composer.json:, (*3)

"require": {
    "webwork/customersupport":"1.0"
}

Run:, (*4)

composer update

Add the service provider to config/app.php under providers:, (*5)

'providers' => [
    Webwork\Customersupport\CustomersupportServiceProvider::class,
]

Publish Assets, (*6)

php artisan vendor:publish --provider="Webwork\Customersupport\CustomersupportServiceProvider"

Update config file to reference your User Model:, (*7)

config/customersupport.php

Migrate your database:, (*8)

php artisan migrate

Examples

Note: These examples use the laravelcollective/html package that is no longer included in Laravel 5 out of the box. Make sure you require this dependency in your composer.json file if you intend to use the example files., (*9)

Example Projects

Security

If you discover any security related issues, please email Khachik Tadevosyan instead of using the issue tracker., (*10)

Credits

The Versions

21/12 2015

dev-master

9999999-dev

Simple customer support tool for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel support customer

18/12 2015

1.0

1.0.0.0

Simple customer support tool for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel support customer