Replies: 1 comment
-
By default, the module classes are not loaded automatically. You can autoload your modules by adding merge-plugin to the extra section:
Tip: don't forget to run composer dump-autoload afterwards |
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.
-
Error
Class "Modules\AppLogin\Providers\AppLoginServiceProvider" not found
at vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:206
202▕ * @return \Illuminate\Support\ServiceProvider
203▕ */
204▕ public function createProvider($provider)
205▕ {
➜ 206▕ return new $provider($this->app);
207▕ }
208▕ }
209▕
12 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation{closure}(Object(Nwidart\Modules\LaravelModulesServiceProvider), "Nwidart\Modules\LaravelModulesServiceProvider")
+6 vendor frames
19 artisan:13
Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))
Beta Was this translation helpful? Give feedback.
All reactions