Peter Wang

Results 2 comments of Peter Wang

原图:![00170-1612954667](https://github.com/InstantID/InstantID/assets/4340021/39cd4b24-fb0b-4c4b-afc2-38c27dd9fe9a) 加了instantid 后生成的图片: ![00003-245252321](https://github.com/InstantID/InstantID/assets/4340021/e9106320-f6d0-41e5-b632-abbd02c0e2f0)

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...