I have the following set up:
In routes I have:
Route::get(\'articles\', \'ArticlesController@index\');
The index method in the controller is simply:<
set time limit in __construct method or you can set in your index controller also where you want to have large time limit.
public function __construct() { set_time_limit(8000000); }