• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

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

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

Modules
3
3
3.4k
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 11 Aug 2022, 14:45

    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 17 Aug 2022, 12:36

      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
      • 6 months later
      • danieldino
        danieldino last edited by 31 Jan 2023, 06:59

        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
        1 out of 3
        • First post
          1/3
          Last post