I'm new here. Accessing the working folder structures
-
How do I see the working folder structure of the pages. Let's say the home page? Thank you!
-
Hi there,
Can you please elaborate? -
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
-
Hi there.
you can take a reference from this. -
Also, you can take a reference from this.
-
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
-
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/Models4. And run the below commands:
php artisan vendor:publish --force [for respective package]
php artisan optimize:clear -
Thank you. What are Contracts and Repositories?
-
@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 -
Thank you.
- What is the difference between Shop and Market Place packages?
- Where do I get the file to this view : 'view' => 'shop::products.reviews.create'