laravel Maximum execution time of 60 seconds exceeded code example
Example 1: Fatal error: Maximum execution time of 120 seconds exceeded in
//change this in php.ini
max_execution_time = 500
Example 2: maximum execution time of 120 seconds exceeded xampp
And Change xampp\php\php.ini to max_execution_time = 1000; or higher value