nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.5k stars 954 forks source link

Target class [cache] does not exist. #1916

Closed mstfkhazaal closed 2 weeks ago

mstfkhazaal commented 1 month ago

I cannot Access to Module Facad in AppServiceProvider

   /**
     * Register any application services.
     */
    public function register(): void
    {

        if (Module::isEnabled('CMS')) {
            $this->app->register(CMSPanelProvider::class);
        }

    }

I get this error

Target class [cache] does not exist.

dcblogdev commented 2 weeks ago

I've been unable to replicate this, I have done a new release try updated and posting back if you still have the problem.