Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    In ProviderRepository.php line 208: Class "" not found

    Modules
    3
    3
    3320
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Louiss last edited by

      Hi

      I have copied the Velocity package and put it in my owner package for development. I have also registered the correct path in the config/app.php and the composer.json.

      Tried all the commands online and what people have suggest but just keeps reverting back to this error that it cant find my custom package.

      In ProviderRepository.php line 208: Class "" not found

      1 Reply Last reply Reply Quote 0
      • sanjay-webkul
        sanjay-webkul last edited by

        Hi there,

        Is it possible to share the screenshot of app.php and composer.json where you registered the path and also the ProviderRepository.php, It will help me to reproduce the issue.

        1 Reply Last reply Reply Quote 0
        • danieldino
          danieldino last edited by

          Goto composer.json file inside the Bagisto root directory and add the following line under ‘psr-4’

          is

          "Webkul\\Marketplace\\": "packages/Webkul/Marketplace"

          should

          "Webkul\\Marketplace\\": "packages/Webkul/Marketplace/src"

          1 Reply Last reply Reply Quote 0
          • First post
            Last post