2017 © Pedro PelĆ”ez
 

library ding

ding ding laravel package

image

hxsd/ding

ding ding laravel package

  • Thursday, March 15, 2018
  • by hxsd
  • Repository
  • 0 Watchers
  • 5 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ding ding laravel packages

Requirements

  • PHP >= 7.0.0
  • Laravel >= 5.5.0

Installation

This package requires PHP 7+ and Laravel 5.5, (*1)

First, install laravel 5.5, (*2)

```$xslt composer require hxsd/ding, (*3)


add the ServiceProvider to the providers array in `config/app.php` ```php \HXSD\Ding\Providers\DingProvider::class,

add this to your facades in app.php, (*4)

'Ding' => \HXSD\Ding\Facades\Ding::class,

Then run these commands to publish assets and config:, (*5)

```$xslt php artisan vendor:publish --provider="HXSD\Ding\Providers\DingProvider", (*6)


## Configurations The file config/ding.php contains an array of configurations, you can find the default configurations in there. ```php 'auth_info' => [ // ding CorpId 'corp_id' => '', // Company secret key 'corp_secret' => '', // sso secret key 'sso_secret' => '', // channel secret key 'channel_secret' => '', ],

The Versions

15/03 2018

dev-master

9999999-dev https://github.com/hxsdedu/ding

ding ding laravel package

  Sources   Download

MIT

The Requires

 

laravel ding xiewh ding ding

15/03 2018

v1.0.1

1.0.1.0 https://github.com/hxsdedu/ding

ding ding laravel package

  Sources   Download

MIT

The Requires

 

laravel ding xiewh ding ding