Peter Wang
Results
2
comments of
Peter Wang
原图: 加了instantid 后生成的图片: 
i change the start.php file like below: ``` function run() { ob_start(); // Bootstrap Laravel and handle the request... (require_once __DIR__.'/bootstrap/app.php') ->handleRequest(Request::capture()); return ob_get_clean(); } ``` and it work, but...