Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть #9 Make Admin Panel in Laravel 5.6 | Settings Page | Update Password Form

  • Stack Developers
  • 2018-03-13
  • 17096
#9 Make Admin Panel in Laravel 5.6 | Settings Page | Update Password Form
make admin panel laravel 5.6make admin panel in laravelmake admin panel in laravel 5.6laravel create admincreate admin in laravel 5.6part 9 create admin panel in laravel 5.6
  • ok logo

Скачать #9 Make Admin Panel in Laravel 5.6 | Settings Page | Update Password Form бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно #9 Make Admin Panel in Laravel 5.6 | Settings Page | Update Password Form или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку #9 Make Admin Panel in Laravel 5.6 | Settings Page | Update Password Form бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео #9 Make Admin Panel in Laravel 5.6 | Settings Page | Update Password Form

Previous Video:    • #8 Make Admin Panel in Laravel 5.6 | Prote...  

In Part 9, we have created settings page for our admin panel. In settings page, we have created update password form from where admin can update password of admin panel.

1) Create settings.blade.php :- First we have created blade file for it. We have created settings.blade.php file similar to dashboard.blade.php file that we have created earlier on.

See in video, we have copied the content from dashboard.blade.php and just kept header part with footer part that included the admin design. And main part we have copied from validation.html page from matrix admin. We have just kept Password fields and removed all unwanted data.

2) Create Route :- Now we have updated web.php with another Route for settings.blade.php

Route::get('/admin/settings','AdminController@settings');

We also kept this route in Route::group as well that we have created from middleware to protect it from unauthorized access.

3) Create function :- Now we have created settings function in AdminController.php file.

See in video, settings page is ready but password form validation is not working.

4) Copy Javascript :- Now we have copied all required javascripts that is required to run validations.

We have removed all unnecessary javascripts that are not required for now and kept javascripts from form-validation.html page only.

In admin_design.blade.php file, we have removed all javascripts and added again from form-validations.html from Matrix admin.

Now see in video, all validations are working properly.

Also, check settings page will not open directly as we have added its route in Route::group Middleware.

Now we have given link to Settings at header of admin. Now we have updated HTML of Settings page. We have kept passwords fields, rename them and added Current Password field as well.

See our form has been updated. We have added Current Password, New Password and Confirm Password fields. But validations stop working as we have renamed their id's. We always have to use some meaningful names and id's that will be useful for us in future.

Now we have updated validations for these fields and also added Current Password field validation in matrix javascript file.

Update file matrix.form_validation.js located in js folder in backend files. See now validations started working again after correcting the js.

In next video, we will check if our Current Password is correct or not. We will check in Ajax and display message with Current Password field. And then update the password functionality.

Simply open the link below to get complete code located on Git :-

https://github.com/stackdevelopers

Thanks a lot for watching.. Stay tune for next video :)

Next Video | Part 10:    • #10 Make Admin Panel in Laravel 5.6 | Chec...  

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]