Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel- Dompdf Maximum execution time of 60 seconds exceeded

Here is error when i convert pdf, it's not working since i run my laravel project by "php artisan serve --port=1000". But if i run my laravel project with xampp. it's alright. I don't know why?. Give me explaination and repairs . Thank you

Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
    Maximum execution time of 60 seconds exceeded
like image 820
Thanh Toàn Avatar asked Dec 06 '22 12:12

Thanh Toàn


1 Answers

The laravel - dompdf does not work well with php artisan serve. You should use XAMPP or another HTTP server you like.

like image 73
Rodrigo Basilio Avatar answered Feb 22 '23 23:02

Rodrigo Basilio