Level 35
@jewelhuq Can you try increasing your max_execution_time in your php.ini file?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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?
Please or to participate in this conversation.