2017 © Pedro Peláez
 

library expressapi

express api for system integration

image

jacksunny/expressapi

express api for system integration

  • Friday, June 9, 2017
  • by jacksunny2020
  • Repository
  • 1 Watchers
  • 2 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

expressapi

api for express information exchange,which may be used in laravel framework 5.4+, (*1)

How to install and configurate package, (*2)

  1. install the laravel package composer require jacksunny/expressapi, (*3)

  2. publish view files php artisan vendor:publish, (*4)

  3. append new service provider file line in the section providers of file app.config after appended,it should looks like 'providers' => [ Illuminate\Auth\AuthServiceProvider::class, ...... \Jacksunny\ExpressApi\ExpressApiServiceProvider::class, ],, (*5)

  4. test if it works http://localhost/api/status

5.please notify me if you got any problem or error on it,thank you!, (*6)

The Versions

09/06 2017

dev-master

9999999-dev

express api for system integration

  Sources   Download

by jacksunny

09/06 2017

v0.7

0.7.0.0

express api for system integration

  Sources   Download

by jacksunny

05/06 2017

v0.61

0.61.0.0

express api for system integration

  Sources   Download

by jacksunny

05/06 2017

v0.6

0.6.0.0

express api for system integration

  Sources   Download

by jacksunny