Bottelet / DaybydayCRM

DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
https://daybydaycrm.com
2.24k stars 752 forks source link

Cannot find VerifyController #173

Closed peeyushx closed 4 years ago

peeyushx commented 4 years ago

couldn't understand what's the issue but the nav menu items that have dropdown are not working, when rendered route to a herf link, the error comes: In Container.php line 806: Target class [App\Http\Controllers\VerifyController] does not exist. Spent hours trying to solve it but couldn't

peeyushx commented 4 years ago

using laravel 7

Bottelet commented 4 years ago

@peeyushx Where do you experience this problem?

Bottelet commented 4 years ago

And did this commit fix it, maybe? https://github.com/Bottelet/DaybydayCRM/commit/e4f0bbad799bec422c81725562253db39544ee92

rm-yakovenko commented 4 years ago

the nav menu items that have dropdown are not working

This one seems related to #165

Edgarborras94 commented 4 years ago

Have you updated your jquery or bootstrap version?

I needed to change a id in /resources/views/layouts/master.blade.php: line 38

From:

...
<nav id="myNavmenu" class="navmenu navmenu-default navmenu-fixed-left offcanvas-sm" role="navigation">
...

To:

...
<nav id="MainMenu" class="navmenu navmenu-default navmenu-fixed-left offcanvas-sm" role="navigation">
...

Hope it helps