After updating Lumen to version 5.5.2 and trying to visit my site (using homestead) the following error is thrown:
ErrorException
Invalid argument supplied for foreach()
in ServiceProvider.php (line 84)
at Application->Laravel\Lumen\Concerns\{closure}(2, 'Invalid argument supplied for foreach()', '.../vendor/illuminate/support/ServiceProvider.php', 84, array('path' => '.../vendor/illuminate/pagination/resources/views', 'namespace' => 'pagination'))
at ServiceProvider->loadViewsFrom('.../vendor/illuminate/pagination/resources/views', 'pagination')
in PaginationServiceProvider.php (line 16)
at PaginationServiceProvider->boot()
...
Description:
After updating Lumen to version 5.5.2 and trying to visit my site (using homestead) the following error is thrown: