3

i wonder why i'm get something like this when add pingpong sky module to project

problem

i think, i already follow all instruction in pingpong sky installation
when i create module Auth in cmd i got message success
but when i try to access Auth module in browser by this url http://localhost/skypp/public/auth
i got message error

FatalErrorException in Application.php line 575:
Class 'Modules\Auth\Providers\AuthServiceProvider' not found

i think some problem occur when create that module
so i tried again make new module,
but it's failed this time like in pict

[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Modules\Auth\Providers\AuthServiceProvider' not found

where i'm missing?

Surya Matadewa
  • 1,017
  • 5
  • 19
  • 38

1 Answers1

1

It's actually quite simple and I don't know why the module:make command doesn't integrate it...

Please run a composer dump-autoload so that it rescans the PSR-4 folder and you should be good to go :)

Roman Lopez
  • 158
  • 1
  • 7