Laravel Vapor
How to make Inspector works on Laravel Vapor.
Use the default Vapor runtime
php artisan vendor:publish --provider="Inspector\Laravel\InspectorServiceProvider"/*
|--------------------------------------------------------------------------
| Custom transport options
|--------------------------------------------------------------------------
|
| This is where you can set the transport option settings you'd like us to use when
| communicating with Inspector.
|
*/
'options' => [
'curlPath' => '/opt/bin/curl --cacert /opt/lib/curl/cert.pem',
],Test and Deploy
Use Docker runtime
Increase ulimits
Last updated