filmov
tv
Laravel 9 Tutorial #50 | Multi Vendor E-commerce | Images Module (II) | Add / View / Delete Images
Показать описание
In Part-50 of the Laravel 9 Tutorial to create a Multi-Vendor E-commerce Website in Laravel, we will continue working on the Products Images module.
In this video, we will add multiple images and will show them. Also, we will work on delete/disable functionality.
1) Update addImages function :-
We will update addImages function to upload single or multiple alternate product images after resize.
We will save product images in products_images table and upload into small/medium and large folders located at /public/images/product_images/
Now check in video; we can able to upload multiple images of the product.
Now we will work on active/inactive functionality for the product image.
4) Create Route :-
5) Create updateImageStatus function :-
Now create updateImageStatus function to update status for the image from Active to Inactive or Inactive to Active.
Now check in video; we can able to update image status of the product.
Now we will work on delete functionality for the product image.
6) Create Route :-
7) Create deleteImage function :-
Create deleteImage function to delete the product image from products_images table as well as small/medium and large folders.
From next video, we will start working on front end and will download HTML template for our Multi Vendor E-commerce website.
Popular Stack Developers Series that can help you:-
►Join this channel to get the complete source code of all series:
Follow Stack Developers on Social Media to get updates and resolve your queries
#laravel9 #laravel9tutorial #laravel
In this video, we will add multiple images and will show them. Also, we will work on delete/disable functionality.
1) Update addImages function :-
We will update addImages function to upload single or multiple alternate product images after resize.
We will save product images in products_images table and upload into small/medium and large folders located at /public/images/product_images/
Now check in video; we can able to upload multiple images of the product.
Now we will work on active/inactive functionality for the product image.
4) Create Route :-
5) Create updateImageStatus function :-
Now create updateImageStatus function to update status for the image from Active to Inactive or Inactive to Active.
Now check in video; we can able to update image status of the product.
Now we will work on delete functionality for the product image.
6) Create Route :-
7) Create deleteImage function :-
Create deleteImage function to delete the product image from products_images table as well as small/medium and large folders.
From next video, we will start working on front end and will download HTML template for our Multi Vendor E-commerce website.
Popular Stack Developers Series that can help you:-
►Join this channel to get the complete source code of all series:
Follow Stack Developers on Social Media to get updates and resolve your queries
#laravel9 #laravel9tutorial #laravel
Комментарии