Multi Vendor Ecommerce #13 | Update Admin Details (I) | Create Admin Details Page

Votre vidéo commence dans 10
Passer (5)
Formation gratuite en FR pour les membres inscrits sur les sites de vidéos

Merci ! Partagez avec vos amis !

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

Ajoutées by
3 Vues
????Laravel 12 Multi-Vendor E-commerce Series Complete Playlist:
https://www.youtube.com/playlist?list=PLLUtELdNs2ZZ_hI7DvqrrhX-ASGD1U2Dl

Welcome to Part 13 of the Laravel 12 Multi-Vendor E-commerce Tutorial Series! ????

In this part, we will start working on updating and validating admin details such as admin name and mobile number.

We will create an admin details page and form, add form validation, and implement the functionality to update admin details in the database. This part will cover creating the route, form, request validation, and controller function to update admin details.

✅ Steps Covered:

1) Create Route:
Create a GET route to display the admin details form in the web.php file.

2) Create editDetails Function:
Create the editDetails function in AdminController to return the update_details.blade.php file.

3) Create update_details.blade.php file
Create the update_details.blade.php file in the resources/views/admin/ folder.

➡️ Create an admin details form with admin name, email, and mobile fields (set email as read-only):

4) Create POST Route:
Create a POST route to update admin details in the web.php file.

5) Create updateDetails Function in AdminService:
Create the updateDetails function in AdminService to update the admin details in the admins table.

6) Create DetailRequest for Validation:
Since this is part of the admin panel, we will create DetailRequest under the Admin folder using the following command:

php artisan make:request Admin/DetailRequest

Update DetailRequest.php with validation rules and custom messages

Include DetailRequest at the top of AdminController

use App\Http\Requests\Admin\DetailRequest;

7) Create updateDetails Function in AdminController:
Since we have already injected AdminService using constructor-based dependency injection, we can directly use adminService to update admin details.

8) Update update_details.blade.php file:
➡️ Add alert div to display success and error messages in update_details.blade.php

???? Next Part
✅ In the next part, we will validate and upload the admin profile image as well.

???? Don’t forget to Like, Share & Subscribe for more Laravel tutorials! ????

????Bookmark & follow this Laravel 12 Multi-Vendor E-commerce Series:
https://www.youtube.com/playlist?list=PLLUtELdNs2ZZ_hI7DvqrrhX-ASGD1U2Dl

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

Popular Stack Developers Series that can help you:-

►Laravel 12 Tutorial (with MySQL): https://www.youtube.com/playlist?list=PLLUtELdNs2ZbqkUOd-oXHemay3BrsqZqC

►Laravel 11 Tutorial (with MongoDB): https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTn3ft4BMaAilhZJYLMs9d

►Laravel 11 PostgreSQL Tutorial: https://www.youtube.com/playlist?list=PLLUtELdNs2ZZy4jI-wu4jYUL7rbvC8Mgh

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

►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

#Laravel12 #LaravelEcommerce #MultiVendor #EcommerceDevelopment #WebDevelopment #LaravelTutorial
Catégories
E commerce Divers
Mots-clés
Laravel 12 Multi Vendor E-commerce, Laravel 12 Tutorial, Admin Login in Laravel

Ajouter un commentaire

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

Commentaires

Soyez le premier à commenter cette vidéo.