Bagisto Forum

    Bagisto

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

    Class Webkul\Core\Repositories\SliderRepository does not exist !

    Bug Report
    2
    2
    380
    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.
    • A
      Aysa last edited by

      I installed bagisto 3 month ago but now I'm facing "Class Webkul\Core\Repositories\SliderRepository does not exist" error.I know there is a same topic but I don't want to install new version.Is there other solution?

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by

        Hi @Aysa

        Delete you Vendor folder and composer.lock file.

        Then replace your composer.json file from this one - https://github.com/bagisto/bagisto/blob/master/composer.json

        Run

        composer install
        

        on your root.

        If you find below error.

        In ProviderRepository.php line 208:

        Class 'Dimsav\Translatable\TranslatableServiceProvider' not found
        

        then
        In app.php file of config folder, search for following -

        Dimsav\Translatable\TranslatableServiceProvider::class,
        

        and replace with

        Astrotomic\Translatable\TranslatableServiceProvider::class,
        

        and find TranslatableModel.php file in Core package's Eloquent folder.
        In this file, you will find -

        use Dimsav\Translatable\Translatable;
        

        replace with

        use Astrotomic\Translatable\Translatable;
        

        Thanks

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