Deividas
Deividas
PagesController@home method just returns view blade with few variables. PagesController has no constructor. I think in project that I got is something custom with routing in Kernel/Middleware, because if I...
Sorry for unclear situation. Not working - route `/log-viewer` loads home page, `home.blade.php (PagesController@home)`  When first route `$GET /` commented out result is this 
Sorry for disturbing. I think it was Cache or Composer problems. Reinstalled project in local environment and all routes works fine. p.s. thanks for great tool!
later found some code in RouteServiceProvider.. ``` $locale = request()->segment(1); Route::middleware('web') ->prefix($locale) ->namespace($this->namespace) ->group(base_path('routes/web.php')); ```
Have you tried to use Email Logger? To check if its really trying to send an email. Or set-up any Email STMP plugin.