Bagisto Forum

    Bagisto

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

    Error while installing Aliexpress dropship extension

    Bug Report
    2
    3
    277
    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.
    • M
      macano last edited by

      Hi,

      can you please help me with this:

      I am trying to install aliexpress dropshipping extension , I have done this steps:

      1. Into the config/app.php file added the following line under ‘webkul packages’:
        Webkul\Dropship\Providers\DropshipServiceProvider::class,

      2. Into composer.json file inside the Bagisto root directory added the following line under ‘psr-4’:
        "Webkul\Dropship\": "packages/Webkul/Dropship"

      but the problem started when I run this command:
      composer dump-autoload

      I get this error message in the command line :

      "In ProviderRepository.php line 208:
      Class 'Webkul\Dropship\src\Providers\DropshipServiceProvider' not found
      Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1"

      Please suggest me ?

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

        Hi @macano,

        Just check the namespace it should be like this,

        "Webkul\\Dropship\\": "packages/Webkul/Dropship/src"
        
        1 Reply Last reply Reply Quote 0
        • M
          macano last edited by

          Thank you , I fix it .

          Best regards and Happy New year!

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