2017 © Pedro Peláez
 

library news

News Api Service

image

wangta69/news

News Api Service

  • Tuesday, July 17, 2018
  • by wangta69
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

news API

Installation

composer require wangta69/news

composer require "wangta69/news @dev"

Step 1) Add ServiceProvider to the providers array in config/app.php., (*1)

Pondol\News\NewsServiceProvider::class,

.env, (*2)

NAVER_CLIENT_ID=WhatYouGetFromNaver
NAVER_CLIENT_SECRET=WhatYouGetFromNaver

config/services.php, (*3)

'naver' => [
        'client_id' => env('NAVER_CLIENT_ID'),
        'client_secret' => env('NAVER_CLIENT_SECRET'),
    ],

The Versions

17/07 2018

dev-master

9999999-dev

News Api Service

  Sources   Download

MIT

The Requires

 

by Pondol

laravel api news pondol

07/02 2018

1.0.0

1.0.0.0

News Api Service

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Pondol

laravel api news pondol