Bagisto Forum

    Bagisto

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

    I'm new here. Accessing the working folder structures

    Modules
    3
    10
    714
    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
      adeyemiadeshina last edited by

      How do I see the working folder structure of the pages. Let's say the home page? Thank you!

      1 Reply Last reply Reply Quote 0
      • A
        Amitk-Webkul last edited by

        Hi there,
        Can you please elaborate?

        1 Reply Last reply Reply Quote 0
        • A
          adeyemiadeshina last edited by

          How can I create new forms and modification of texts on pages from the folders, not on the admin interface. My company bought the multi-vendor system and I'm the in-house Laravel developer

          1 Reply Last reply Reply Quote 0
          • A
            Amitk-Webkul last edited by

            Hi there.
            you can take a reference from this.

            1 Reply Last reply Reply Quote 0
            • A
              Amitk-Webkul last edited by

              Also, you can take a reference from this.

              1 Reply Last reply Reply Quote 0
              • A
                adeyemiadeshina last edited by

                Thank you. The links above do not answer my questions.
                What do I do to create new forms, which folder will I be working.

                Just give me succinct details please. Thank you

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

                  Hi there.

                  For this you need to follows the below steps.

                  1. Create a blade file inside the respected package. i.e. packages/Webkul/Marketplace/src/Resources/views/shop/

                  2. Create a route for the created form : Webkul/Marketplace/src/Routes/mp-shop-routes.php

                  3. And create . Controller,Contracts,Repository,Model

                  Controller: packages/Webkul/Marketplace/src/Http/Controllers/Shop
                  Contracts: packages/Webkul/Marketplace/src/Contracts
                  Repository: packages/Webkul/Marketplace/src/Repositories
                  Models: packages/Webkul/Marketplace/src/Models

                  4. And run the below commands:

                  php artisan vendor:publish --force [for respective package]
                  php artisan optimize:clear

                  1 Reply Last reply Reply Quote 0
                  • A
                    adeyemiadeshina last edited by

                    Thank you. What are Contracts and Repositories?

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

                      @adeyemiadeshina said in I'm new here. Accessing the working folder structures:

                      What are Contracts and Repositories?

                      Hi there,
                      Please take a reference from Here

                      1 Reply Last reply Reply Quote 0
                      • A
                        adeyemiadeshina last edited by

                        Thank you.

                        1. What is the difference between Shop and Market Place packages?
                        2. Where do I get the file to this view : 'view' => 'shop::products.reviews.create'
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post