Bagisto Forum

    Bagisto

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

    Composer update issue

    General Discussion
    2
    5
    227
    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.
    • S
      simo.kassab last edited by

      Dears,

      i installed bagisto from composer, and when i run the command composer update i got the below issue:

      00ab0cc9-b0a6-4faa-9bd2-923773d2933c-image.png

      The admin dashboard works fine, but the store is not working

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

        Hi there,
        Please follow the below given steps for installing the Bagisto, and if still you are getting the same issue then please let me know.

        composer create-project bagisto/bagisto
        
        cd bagisto/
        
        nano .env
        
        Configure these credentials.
        
            APP_URL= your site url
            DB_DATABASE=your database name
            DB_USERNAME=your database user name
            DB_PASSWORD=your database password
        
        php artisan bagisto:install
        php artisan serve
        
        1 Reply Last reply Reply Quote 0
        • sanjay-webkul
          sanjay-webkul last edited by

          Make sure all the dependencies for Bagisto should be fulfilled on your system

          1 Reply Last reply Reply Quote 0
          • S
            simo.kassab last edited by

            I installed bagisto without any issue and it worked perfectly, but after that when i ran

            composer update
            

            i got the issue in the above picture.

            why when i run composer update ?

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

              Hi there,
              Thanks for reporting, i have raised a bug on our git repository for the same and we will fix this issue in our next release,

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