Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jewelhuq's avatar

Maximum execution time of 300 seconds exceeded

vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:59 : now()->addDays(30)->getTimestamp();

   $process = $this->startProcess();

   while ($process->isRunning()) {
    if ($hasEnvironment) {
      clearstatcache(false, $environmentFile);

}

We are using xampp and started server using php artisan serve. Any idea?

0 likes
1 reply

Please or to participate in this conversation.