- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Laravel 12 - Forgot Your Password Functionality
Hi there 👋, I’m Soeng Souy (StarCode Kh)
-------------------------------------------
🌱 I’m currently creating a sample Laravel and React Vue Livewire
👯 I’m looking to collaborate on open-source PHP & JavaScript projects
💬 Ask me about Laravel, MySQL, or Flutter
⚡ Fun fact: I love turning ☕️ into code!
--------------------------------------------
Full code:https://www.souysoeng.com/2025/04/laravel-12-forgot-your-password.html
--------------------------------------------
▸|00:00:00|Start
▸|00:00:24|Full code in GitHub
▸|00:00:31|https://www.souysoeng.com/2025/04/laravel-12-crud-example-application.html
▸|00:00:50|Step 1: Create the Password Reset Table
▸|00:01:42|Step 2: Configure Mail Settings in .env
▸|00:02:32|Generate an App Password
▸|00:04:02|Step 3: Create Routes
▸|00:07:04|Step 4: Create the Controllers
▸|00:08:25|Run: php artisan serve
▸|00:08:38|Testing Login
▸|00:09:00|ForgotPasswordController
▸|00:09:15|ResetPasswordController
▸|00:10:04|Step 5: Create the Views (resources/views/auth/passwords/email.blade.php)
▸|00:10:36|resources/views/auth/verify.blade.php
▸|00:11:00|resources/views/auth/passwords/reset.blade.php
▸|00:11:21|Final Tips (Testing Forgot password )
▸|00:13:43|Thank you for watching =)
--------------------------------------------
Follow Soeng Souy on:
-------------------------------------------
Enjoying the content?
=================
► Subscribe here for FREE:https://www.youtube.com/@laravelcrud
--------------------------------------------
► Telegram: https://t.me/starcodekh
--------------------------------------------
► Facebook page: https://www.facebook.com/starcodekh
-------------------------------------------
► Website: https://souysoeng.com/
-------------------------------------------
► Fix Code: https://fixcodekh.com/
-------------------------------------------
► LinkedIn: https://www.linkedin.com/in/soengsouy/
-------------------------------------------
► Twitter: https://twitter.com/StarCodeKh
-------------------------------------------
𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵 :) Thank you for being so supportive!
-------------------------------------------
🔑 In this Laravel 12 tutorial, we’ll walk through how to implement the **Forgot Your Password** feature using Laravel’s built-in authentication system. Users will be able to request a password reset email and securely reset their passwords.
🧠 What You'll Learn:
- Setting up Laravel Breeze or UI Auth scaffolding
- Enabling password reset routes and views
- Sending password reset emails
- Customizing the password reset form
- Securing reset tokens and updating passwords
🛠 Tech Stack:
- Laravel 12
- Laravel Auth (UI or Breeze)
- Mail Configuration (Mailtrap, SMTP)
- Blade Templates (or Inertia if applicable)
💌 Bonus:
How to configure .env for Mailtrap or Gmail SMTP
Customize password reset email template
✅ Like, 🔔 Subscribe, and 💬 Comment if you want the source code or want to integrate this with your SPA!
#Laravel12 #ForgotPassword #ResetPassword #LaravelAuth #LaravelTutorial
#coding #nginx #laravelvue #laraveldeveloper #programming #laravel #starcodekh #soengsouy
Видео Laravel 12 - Forgot Your Password Functionality канала 𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵
-------------------------------------------
🌱 I’m currently creating a sample Laravel and React Vue Livewire
👯 I’m looking to collaborate on open-source PHP & JavaScript projects
💬 Ask me about Laravel, MySQL, or Flutter
⚡ Fun fact: I love turning ☕️ into code!
--------------------------------------------
Full code:https://www.souysoeng.com/2025/04/laravel-12-forgot-your-password.html
--------------------------------------------
▸|00:00:00|Start
▸|00:00:24|Full code in GitHub
▸|00:00:31|https://www.souysoeng.com/2025/04/laravel-12-crud-example-application.html
▸|00:00:50|Step 1: Create the Password Reset Table
▸|00:01:42|Step 2: Configure Mail Settings in .env
▸|00:02:32|Generate an App Password
▸|00:04:02|Step 3: Create Routes
▸|00:07:04|Step 4: Create the Controllers
▸|00:08:25|Run: php artisan serve
▸|00:08:38|Testing Login
▸|00:09:00|ForgotPasswordController
▸|00:09:15|ResetPasswordController
▸|00:10:04|Step 5: Create the Views (resources/views/auth/passwords/email.blade.php)
▸|00:10:36|resources/views/auth/verify.blade.php
▸|00:11:00|resources/views/auth/passwords/reset.blade.php
▸|00:11:21|Final Tips (Testing Forgot password )
▸|00:13:43|Thank you for watching =)
--------------------------------------------
Follow Soeng Souy on:
-------------------------------------------
Enjoying the content?
=================
► Subscribe here for FREE:https://www.youtube.com/@laravelcrud
--------------------------------------------
► Telegram: https://t.me/starcodekh
--------------------------------------------
► Facebook page: https://www.facebook.com/starcodekh
-------------------------------------------
► Website: https://souysoeng.com/
-------------------------------------------
► Fix Code: https://fixcodekh.com/
-------------------------------------------
► LinkedIn: https://www.linkedin.com/in/soengsouy/
-------------------------------------------
► Twitter: https://twitter.com/StarCodeKh
-------------------------------------------
𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵 :) Thank you for being so supportive!
-------------------------------------------
🔑 In this Laravel 12 tutorial, we’ll walk through how to implement the **Forgot Your Password** feature using Laravel’s built-in authentication system. Users will be able to request a password reset email and securely reset their passwords.
🧠 What You'll Learn:
- Setting up Laravel Breeze or UI Auth scaffolding
- Enabling password reset routes and views
- Sending password reset emails
- Customizing the password reset form
- Securing reset tokens and updating passwords
🛠 Tech Stack:
- Laravel 12
- Laravel Auth (UI or Breeze)
- Mail Configuration (Mailtrap, SMTP)
- Blade Templates (or Inertia if applicable)
💌 Bonus:
How to configure .env for Mailtrap or Gmail SMTP
Customize password reset email template
✅ Like, 🔔 Subscribe, and 💬 Comment if you want the source code or want to integrate this with your SPA!
#Laravel12 #ForgotPassword #ResetPassword #LaravelAuth #LaravelTutorial
#coding #nginx #laravelvue #laraveldeveloper #programming #laravel #starcodekh #soengsouy
Видео Laravel 12 - Forgot Your Password Functionality канала 𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵
Laravel laravel laravel ajax laravel ajax crud laravel 10 laravel 8 ajax crud laravel with ajax laravel ajax search laravel ajax tutorial ajax laravel get data with image in laravel ajax laravel 8 tutorial laravel ajax redirect with message laravel 12 forgot password laravel reset password laravel password recovery laravel auth tutorial password reset laravel 12 laravel auth system laravel 12 authentication laravel password reset form
Комментарии отсутствуют
Информация о видео
30 апреля 2025 г. 6:00:24
00:13:54
Другие видео канала





















