Open CongAn opened 3 years ago
Add the following code in
app/Exceptions/Handler.php
to add cross domain support for all exception error responses in laravel 8. X project.在
app/Exceptions/Handler.php
中添加以下代码,可以为laravel 8.x项目中所有异常错误响应添加跨域支持。public function render($request, Throwable $e) { return app('Fruitcake\Cors\HandleCors') ->handle($request, fn() => parent::render($request, $e)); }
I'm very sorry, English is not good, it all depends on translation.
32
You saved my day.
Thanks buddy
Add the following code in
app/Exceptions/Handler.php
to add cross domain support for all exception error responses in laravel 8. X project.在
app/Exceptions/Handler.php
中添加以下代码,可以为laravel 8.x项目中所有异常错误响应添加跨域支持。I'm very sorry, English is not good, it all depends on translation.
32