express api for system integration
api for express information exchange,which may be used in laravel framework 5.4+, (*1)
How to install and configurate package, (*2)
install the laravel package composer require jacksunny/expressapi, (*3)
publish view files php artisan vendor:publish, (*4)
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)
5.please notify me if you got any problem or error on it,thank you!, (*6)