2017 © Pedro Peláez
 

library livedocx4laravel

Laravel Service Provider and Facade for Livedocx

image

awakenweb/livedocx4laravel

Laravel Service Provider and Facade for Livedocx

  • Friday, March 31, 2017
  • by awakenweb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 85 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 4 % Grown

The README.md

This package is not maintained anymore

Livedocx service will shut down on Sept. 30th 2017.

Use https://github.com/TextControl/txtextcontrol-reportingcloud-php instead

livedocx4laravel

Laravel Service provider for Awakenweb/Livedocx, (*1)

Prerequisites

This package requires:, (*2)

To use the Laravel 4 version, go to the laravel-4 branch of this package., (*3)

Installation

Add the following line to your composer.json, (*4)

"require": {
    "awakenweb/livedocx4laravel": "2.*"
}

Edit your config/app.php to add the service provider and the facade:, (*5)

'providers' => [
    ...
    Awakenweb\Livedocx4Laravel\LivedocxServiceProvider::class,
],
...
'aliases' => [
    ...
    'Livedocx' => Awakenweb\Livedocx4Laravel\Facades\Livedocx::class,
],

Then run the artisan command to publish the config file:, (*6)

php artisan config:publish awakenweb/livedocx4laravel

Finally edit the config/livedocx.php file., (*7)

Change the wsdl to match your Livedocx account type (free, premium, or fully licensed), username, and password for authentication and you are ready to roll!, (*8)

Use

The Livedocx facade automatically instanciate Awakenweb/Livedocx/Livedocx and all its dependencies., (*9)

Quick example., (*10)

//to list all templates present on Livedocx service
$tpl = Livedocx::createRemoteTemplate();
return $tpl->listAll();

The Versions

31/03 2017

dev-master

9999999-dev

Laravel Service Provider and Facade for Livedocx

  Sources   Download

MIT

The Requires

 

22/02 2016

2.0

2.0.0.0

Laravel Service Provider and Facade for Livedocx

  Sources   Download

MIT

The Requires

 

28/12 2014

dev-laravel-4

dev-laravel-4

Laravel Service Provider and Facade for Livedocx

  Sources   Download

MIT

The Requires

 

17/10 2014

1.0.2

1.0.2.0

Laravel Service Provider and Facade for Livedocx

  Sources   Download

MIT

The Requires

 

15/05 2014

1.0.1

1.0.1.0

Laravel Service Provider and Facade for Livedocx

  Sources   Download

The Requires

 

15/05 2014