#69 Laravel 10 Tutorial | Make E-commerce Website | Brands (III) | Add/Edit Brands in Admin Panel

Votre vidéo commence dans 20
Passer (5)
Produit rapide : créer un produit qui se vend en moins de 7 jours

Merci ! Partagez avec vos amis !

Vous avez aimé cette vidéo, merci de votre vote !

Ajoutées by admin
20 Vues
►Laravel 10 Tutorial Playlist: https://www.youtube.com/playlist?list=PLLUtELdNs2ZbX7T5wgbBR9wUXt5YPG-hm

In Part-69, we will continue working on the brands module. In this video, we are going to work on Add/Edit Brand functionality.

1) Create Route :-
Create GET/POST route to add/edit brand in web.php file like below :-
Route::match(['get','post'],'add-edit-brand/{id?}','BrandController@addEditBrand');

2) Create addEditBrand function :-
Now create the addEditBrand function in BrandController to add/edit the brand.

3) Create add_edit_brand.blade.php file :-
Now create add_edit_brand.blade.php file under /resources/views/admin/brands/ folder with add/edit brand form.

4) Update addEditBrand function :-
Now update addEditBrand function in BrandController to add/edit brand.

5) Update sidebar.blade.php file:-
Update admin sidebar to show Brands link under Catalogue tab

In the next video, we are going to delete the Brand Image and logo.

►Click here to subscribe for Laravel & other updates - https://www.youtube.com/stackdevelopers

Popular Stack Developers Series that can help you:-

►Laravel Multi-Vendor E-commerce Website - https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTlQ97V1Tl8mirS3qXHNFZ

►React JS Tutorial for Beginners with Laravel - https://www.youtube.com/playlist?list=PLLUtELdNs2ZYnEIWliBpU98gtorNRNHw1

►Laravel Tutorial for Beginners - https://www.youtube.com/playlist?list=PLLUtELdNs2ZaHaFmydqjcQ-YyeQ19Cd6u

►GIT Tutorial for Beginners - https://www.youtube.com/playlist?list=PLLUtELdNs2ZZVQ-dLOMFWvmCCduzJ8c6R

►Laravel API Tutorial - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbcCsd4yAAiBU2L3ROREk8P

►Laravel Interview Questions - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbzB_1Jdp_yFcORwOfWP8RU

►jQuery Tutorial - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbMYoUA46GIonOH29KcjtxA

►Laravel Basic E-commerce Series - https://www.youtube.com/playlist?list=PLLUtELdNs2ZY5drPxIWzpq5crhantlzp7

►Laravel Dating Series - https://www.youtube.com/playlist?list=PLLUtELdNs2ZZrPUnxjlomErJfNvkyS6Hf

►Join this channel to get the complete source code of all series:
https://www.youtube.com/channel/UCExO2i-tLU1NyVZD6zOJQlw/join

Follow Stack Developers on Social Media to get updates and resolve your queries
►Like Facebook Page to get updates - http://facebook.com/stackdevelopers2/
►Join Facebook Group to resolve your queries - http://facebook.com/groups/stackdevelopers
►Follow on Instagram - https://www.instagram.com/stackdevelopers2/
►Follow on GitHub - https://github.com/stackdevelopers

#laravel10 #laravel10tutorial #laravel
Catégories
E commerce Divers
Mots-clés
laravel 10, laravel 10 tutorial, make admin panel in laravel 10

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour poster un commentaire.

Commentaires

Soyez le premier à commenter cette vidéo.