-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class Nwidart\Modules\Repository does not exist #570
Comments
Thanks for reporting. I'll see if I can fix it at some point. It's an easy fix so don't hesitate to contribute. 👍 |
sure |
@nWidart please this error screenshot latest update 3.6 i got this on click setting tabs. |
That's strange asgardcms v3 should still be in v2 of laravel-modules. |
Aye. The problem comes from here:
The class |
Hm interesting, because it used to be: $router->bind('module', function ($module) {
return app(\Nwidart\Modules\Contracts\RepositoryInterface::class)->find($module);
}); This one works though 👍 |
Released as 3.6.1 https://github.com/AsgardCms/Platform/releases/tag/3.6.1 Thanks for reporting! |
Summary of issue
ReflectionException (-1)
Class Nwidart\Modules\Repository does not exist
Steps to reproduce
We installation fresh version 4, try on login it's not working.
i change setting below from localisation file "/config/laravellocalization.php"
'hideDefaultLocaleInURL' => true,
than i will try to login it's working
but
while i'm click to admin "Configure your website"
I got error below error screenshot
System Details
Asgardcms/Platform
version : 4The text was updated successfully, but these errors were encountered: