Это видео недоступно.
Сожалеем об этом.

#1: Laravel Fortify Tutorial: Implement Authentication Scaffolding

Поделиться
HTML-код
  • Опубликовано: 12 авг 2024
  • Laravel Fortify is a frontend agnostic authentication backend for Laravel. In this lesson, you will learn how to implement the login and registration feature using the Laravel Fortify package.
    ➤ Github Repository
    🔗 github.com/qirolab/laravel-fo...
    ➤ #2: Laravel Fortify Tutorial: Forget Password & User Profile Update
    🔗 • #2: Laravel Fortify Tu...
    ➤ #3: Email Verification using Laravel Fortify
    🔗 • #3: Email Verification...
    ➤ #4: Two Factor Authentication (2FA) - Laravel Fortify Tutorial
    🔗 • #4: Two Factor Authent...
    ➤ Laravel Fortify Tutorial Playlist
    🔗 • Laravel Fortify Tutorial
    ➤ Laravel Breeze Tutorial
    🔗 • Laravel Breeze - Authe...
    ➤ Laravel Blade Component Tags:
    🔗 • #5 - Blade Component T...
    ➤ Laravel Sanctum
    🔗 • Laravel Sanctum
    ➤ Laravel Passport OAuth2 Server
    🔗 • Laravel Passport OAuth...
    ➤ Laravel Passport API Authentication & Personal Access Tokens
    🔗 • Laravel Passport API A...
    Timestamps:
    00:00 Introduction
    03:14 Install Laravel Fortify package
    06:41 Implement Registration feature
    07:38 Add Register view
    09:38 Install Bootstrap, jQuery
    13:06 Create `home` route
    14:33 `CreateNewUser` action
    15:30 Login feature
    16:42 Customize login using `Fortify::authenticateUsing()`
    Also, follow us on:
    𝐅𝐚𝐜𝐞𝐛𝐨𝐨𝐤: qirolab
    𝐓𝐰𝐢𝐭𝐭𝐞𝐫: / qirolab

Комментарии • 13

  • @QiroLab
    @QiroLab  3 года назад +3

    Timestamps:
    00:00 Introduction
    03:14 Install Laravel Fortify package
    06:41 Implement Registration feature
    07:38 Add Register view
    09:38 Install Bootstrap, jQuery
    13:06 Create `home` route
    14:33 `CreateNewUser` action
    15:30 Login feature
    16:42 Customize login using `Fortify::authenticateUsing()`

  • @hakizuri
    @hakizuri 3 года назад +2

    This is actually clear and good guideline. Many thanks

    • @QiroLab
      @QiroLab  3 года назад

      Glad you think so!

  • @abdelabe8877
    @abdelabe8877 2 года назад

    nice very thanksss

    • @QiroLab
      @QiroLab  2 года назад

      Most welcome

  • @arunmadathil2825
    @arunmadathil2825 3 года назад +1

    How to send a notification mail to user once after the registration but not verification mail ??

  • @FarukHossain-bs3ni
    @FarukHossain-bs3ni 3 года назад

    Hii, How can I use fortify for both API and web? Actually, I'm working on a project where I want to build a dashboard on web routes and user's views on API, please help me out.

    • @NirojPaudelll
      @NirojPaudelll 2 года назад

      Use sanctum along with fortify. sanctum is for API

  • @lynic-0091
    @lynic-0091 3 года назад

    How do you show your git branch with colors in your terminal?

    • @QiroLab
      @QiroLab  3 года назад

      I am using oh-my-zsh on my Terminal. You can learn about it from this video: ruclips.net/video/ANxLmiLXtFM/видео.html

  • @mampirgan
    @mampirgan 11 месяцев назад

    Class "Illuminate\Support\Facades\App\Providers\FortifyServiceProvider" not found

    • @QiroLab
      @QiroLab  7 месяцев назад

      you have not imported the class correctly.