jacksunny / expressapi
express api for system integration
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jacksunny/expressapi
This package is not auto-updated.
Last update: 2025-09-28 07:32:19 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!