Deividas

Results 5 comments of 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)` ![image](https://user-images.githubusercontent.com/7911433/195503896-a5b2b9b6-ed9e-439c-bfe3-61b11ba96be0.png) When first route `$GET /` commented out result is this ![image](https://user-images.githubusercontent.com/7911433/195504164-59afeca1-c881-4bd8-8344-8f3e390fe7fa.png)

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.