laravel 进销存超过最大执行时间 60 秒

jef*_*igy 6 laravel

我已经安装了一个用于开票的软件包,但它显示Symfony\Component\ErrorHandler\Error\FatalError Maximum execution time of 60 seconds exceeded. 谁能帮帮我吗。

小智 6

在您的文件中添加此函数public/index.php

set_time_limit($seconds);
Run Code Online (Sandbox Code Playgroud)


And*_*ong 0

您可以尝试增加设置max_execution_time 并重新启动您的 XAMPP。php.ini.1800

但您应该优化代码以使其运行得更快。