I have the following set up:
In routes I have:
Route::get(\'articles\', \'ArticlesController@index\');
The index method in the controller is simply:<
If using PHP7, I would suggest you changing the default value in the public/.htaccess
... php_value max_execution_time 300 ...