jacksunny / expressapi
There is no license information available for the latest version (v0.61) of this package.
express api for system integration
v0.61
2017-06-05 03:19 UTC
This package is not auto-updated.
Last update: 2024-11-24 03:40:25 UTC
README
api for express information exchange,which may be used in laravel framework 5.4+
How to install and configurate package
-
install the laravel package composer require jacksunny/expressapi
-
publish view files php artisan vendor:publish
-
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, ],
-
test if it works http://localhost/api/status
5.please notify me if you got any problem or error on it,thank you!