voerro / laravel-visitor-tracker

Visitor tracker and statistics for Laravel 5.5+ (abandoned for the time being, feel free to take over)
67 stars 41 forks source link

View [layouts.dashbard] not found #4

Closed ganu closed 6 years ago

ganu commented 6 years ago

HI,

I can able to set up your package, after installing I am getting View [layouts.dashbard] not found while accessing stats url. I'm using laravel 5.5 version. I also tried to change layout option to "summary" in visitortracker.php file, that also didn't help me.

AlexMordred commented 6 years ago

Hi.

Well, changing the layout option should do it. Please, double check everything.

ganu commented 6 years ago

Hi,

I have tried. Getting same error

AlexMordred commented 6 years ago

Try clearing the cache and restarting your server. Other than that I don't know what could be wrong as I've tested changing the option and it works fine.

ganu commented 6 years ago

Hi Im trying like this 'layout' => 'summary' is this correct?

AlexMordred commented 6 years ago

If your layout file is located at resources/views/summary.blade.php, then yes.