Replies: 3 comments
-
i have same issue, any idea to handle this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
你发过来的邮件怎么都是乱码啊,什么都看不到,再发一次吧。
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hard to say what’s going wrong based on this alone, looks like something’s off with how the module was registered, but without more context it's difficult to pinpoint. Could you share which version of If you can, it would be super helpful to have a minimal demo repo where this issue can be reproduced, that’s usually the fastest way to figure it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the instructions in the
README
step by step. First, I rancomposer require nwidart/laravel-modules
, then executedphp artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider"
. After that, I added the following content to thecomposer.json
file:Finally, I ran
composer dump-autoload
. All these steps were completed successfully.After creating the
Admin
module, when I enteredphp artisan module:list
, the system threw an error. The error message is as follows:Beta Was this translation helpful? Give feedback.
All reactions