I have the following set up:
In routes I have:
Route::get(\'articles\', \'ArticlesController@index\');
The index method in the controller is simply:<
try
ini_set('max_execution_time', $time); $articles = Article::all();
where $time is in seconds, set it to 0 for no time. make sure to make it 60 back after your function finish
$time