Ajay yadav
Ajay yadav
  • Видео 175
  • Просмотров 2 226 260
Laravel 11 Admin LTE Dashboard: Multi-Role Login for Admin & Users [HINDI]
Welcome to our in-depth tutorial on setting up a multi-role login system using Laravel 11 and Admin LTE! In this video, we'll guide you through the process of creating an admin dashboard with distinct admin and user roles. Whether you are a beginner or an experienced developer, this step-by-step guide will help you implement a robust authentication system tailored to your web application.
Laravel 11 Admin LTE Dashboard: Multi-Role Login for Admin & Users [HINDI]
Our Playlists:
OOP In PHP:
ruclips.net/p/PLT51dtioU1pOCka0jIwYYaIGhPct3El_i
Git Full Tutorial
ruclips.net/p/PLT51dtioU1pNwl2YZX2ukc04qvozZiRoy
Laravel 9:
ruclips.net/p/PLT51dtioU1pMRjcKAxaFzvWu8Sts_UxoC
Vue 3 Laravel 9 Tutorial:
ruclips.n...
Просмотров: 314

Видео

Laravel 11 Admin LTE 3 Installation Guide : Building a Powerful Admin Panel [ HINDI ]
Просмотров 86612 часов назад
In this comprehensive tutorial, we'll walk you through the step-by-step process of integrating AdminLTE 3 into your Laravel 11 application. Whether you're a seasoned Laravel developer or just starting out, this video will provide you with the knowledge and resources needed to establish a powerful and user-friendly admin panel. We'll cover everything from installing the necessary packages to con...
Laravel Sanctum API for Admin and User Roles: Complete Setup Guide [HINDI]
Просмотров 41519 часов назад
Welcome to our comprehensive tutorial on setting up a Laravel Sanctum API with admin and user role management! In this video, we'll guide you through the process of configuring Laravel Sanctum to handle role-based authentication and authorization for your web application. In this tutorial, you will learn: How to install and set up Laravel Sanctum. How to create and manage admin and user roles. ...
Forgot Password API in Laravel 11: Easy Step-by-Step Guide [HINDI]
Просмотров 418День назад
Welcome to our Laravel 11 tutorial! In this video, we will walk you through the complete process of implementing a "Forgot Password" feature for your Laravel 11 API. Whether you're a beginner or an experienced developer, this step-by-step guide will help you securely set up the forgot password functionality for your API. 📌 What You Will Learn: Setting up email configuration in Laravel 11 Creati...
Laravel 11 JWT Authentication: Secure Login and Registration API [HINDI]
Просмотров 1,6 тыс.14 дней назад
Welcome to our comprehensive tutorial on implementing JWT Token Authentication for Login and Registration in Laravel 11! In this video, you'll learn how to create a secure API for user authentication using JSON Web Tokens (JWT) in Laravel 11. This step-by-step guide will take you through the entire process, from setting up your Laravel project to creating endpoints for user registration and log...
Laravel 11 API from Scratch | Full Tutorial for Beginners [HINDI]
Просмотров 2 тыс.14 дней назад
Welcome to our comprehensive Laravel 11 API tutorial for beginners! In this full course, we'll guide you through everything you need to know to start building robust and scalable APIs using Laravel 11. Whether you're a complete novice or looking to brush up on your Laravel skills, this tutorial has you covered. In this video, you will learn: How to set up a Laravel 11 project from scratch The b...
Laravel Livewire Multi Page App in Minutes : Full Tutorial [HINDI]
Просмотров 67421 день назад
Welcome to our comprehensive tutorial on building a multi-page application using Laravel Livewire! In this video, we'll guide you step-by-step through the process of creating a dynamic, responsive, and scalable multi-page app with Laravel Livewire. What You'll Learn: Introduction to Laravel Livewire: Understand the basics and advantages of using Livewire in Laravel applications. Setting Up the ...
Laravel Repositories Pattern Full Tutorial | Streamline Your Laravel Code [HINDI]
Просмотров 1,5 тыс.21 день назад
Welcome to our comprehensive Laravel Repositories Pattern full tutorial! In this video, we dive deep into the Laravel Repositories Pattern, a powerful design pattern that helps you manage your codebase more efficiently and maintainably. Whether you're a beginner or an experienced Laravel developer, this tutorial will guide you step-by-step through the entire process of implementing the reposito...
Laravel Livewire Basics: Real-Time Frontend Development Made Easy [HINDI]
Просмотров 1,1 тыс.21 день назад
Welcome to our comprehensive introduction to Laravel Livewire! 🎉 In this video, we’ll take you through the basics of Laravel Livewire, a powerful framework for building dynamic and reactive user interfaces using Laravel. Whether you’re a beginner or looking to enhance your Laravel skills, this tutorial is perfect for you. What You'll Learn: What is Laravel Livewire? Understand the core concepts...
Laravel Interfaces: The Key to Clean and Maintainable Code [HINDI]
Просмотров 1,9 тыс.Месяц назад
Welcome to our in-depth exploration of Laravel Interfaces! In this tutorial, we'll unravel the complexities surrounding Laravel Interfaces and provide you with a comprehensive understanding of their significance in Laravel development. Interfaces in Laravel play a crucial role in defining contracts for classes. They enable a flexible and efficient way to enforce consistency and ensure that your...
Laravel & Vue 3 Routing: Step-by-Step Tutorial #2 [HINDI]
Просмотров 521Месяц назад
In this video, we introduce you to the powerful combination of Laravel and Vue 3 for building modern web applications. We focus on setting up a routing system, which is essential for creating dynamic and efficient applications. Whether you're a beginner or experienced developer, this video will guide you through the basics of integrating Laravel and Vue 3, laying the foundation for your journey...
Laravel 11 Multi-Auth Tutorial: Admin and User Login System | Bootstrap and MySql [HINDI]
Просмотров 2,4 тыс.Месяц назад
Welcome to this comprehensive tutorial on setting up a multi-auth system in Laravel 11 using Bootstrap and MySQL! In this video, we'll guide you through creating a secure authentication system that allows both Admin and User roles to log in. Here's what you'll learn: How to set up a new Laravel 11 project with the latest features. Integrating Bootstrap for a sleek and responsive design. Configu...
Laravel Reverb Chat App Tutorial: Build Your Own Chat Application [HINDI]
Просмотров 5 тыс.Месяц назад
In this tutorial, we will explore the new Laravel Reverb package and how it can be used to create a real-time chat application or notification system. Laravel Reverb is a recently launched package that offers powerful features for building dynamic and interactive chat applications. Join us as we guide you through the process of setting up a chat app with Laravel Reverb, covering key concepts an...
Laravel 11 + Vue.js 3 + Bootstrap | Laravel 11 Api With VueJS [HINDI]
Просмотров 1,9 тыс.Месяц назад
In this comprehensive tutorial, we'll guide you through building a full-stack web application using Laravel 11, Vue.js 3, and Bootstrap. This video is perfect for developers looking to enhance their skills and learn how to integrate these powerful technologies. We'll start with setting up a new Laravel project and dive into incorporating Vue.js 3 for a dynamic front-end experience. You'll learn...
Laravel 11 Multi Auth: Admin, Teacher, and User | Implement Middleware #2
Просмотров 1,2 тыс.Месяц назад
In this second part of our Laravel 11 Multi Auth series, we delve deeper into implementing middleware for managing user authentication and redirection based on user roles. Watch as we guide you through the process of redirecting different user roles to specific login pages when they are not authenticated. In this video, we'll cover: How to create middleware that checks the authentication status...
Laravel 11 Multi Auth: Admin, Teacher, and User | Implement Multiple Authentication Guards
Просмотров 9 тыс.Месяц назад
Laravel 11 Multi Auth: Admin, Teacher, and User | Implement Multiple Authentication Guards
Laravel 11 Middleware Explained: Understanding and Implementing Laravel 11 Middleware [HINDI]
Просмотров 3,4 тыс.2 месяца назад
Laravel 11 Middleware Explained: Understanding and Implementing Laravel 11 Middleware [HINDI]
Complete PHP Object-Oriented Programming (OOP) Course in HINDI
Просмотров 5 тыс.4 месяца назад
Complete PHP Object-Oriented Programming (OOP) Course in HINDI
Mastering Laravel Roles and Permissions: A Comprehensive Guide | Full Tutorial In HINDI
Просмотров 12 тыс.6 месяцев назад
Mastering Laravel Roles and Permissions: A Comprehensive Guide | Full Tutorial In HINDI
In-Depth Laravel Routing Tutorial for Web Developers | HINDI
Просмотров 2,3 тыс.6 месяцев назад
In-Depth Laravel Routing Tutorial for Web Developers | HINDI
Laravel Custom Error Pages: Design and Implementation | Laravel Error Handling [ HINDI ]
Просмотров 2,1 тыс.7 месяцев назад
Laravel Custom Error Pages: Design and Implementation | Laravel Error Handling [ HINDI ]
Laravel Multi-Tenancy: Tenant Login & Role-Based User Management Part #2 [HINDI]
Просмотров 8 тыс.9 месяцев назад
Laravel Multi-Tenancy: Tenant Login & Role-Based User Management Part #2 [HINDI]
Laravel Multi-Tenancy Tutorial | Implementing Multi-Tenancy in Laravel Applications |Part #1 | HINDI
Просмотров 18 тыс.10 месяцев назад
Laravel Multi-Tenancy Tutorial | Implementing Multi-Tenancy in Laravel Applications |Part #1 | HINDI
Protecting Admin and User Pages in Laravel with Middleware | Advanced Laravel Middleware | HINDI
Просмотров 9 тыс.10 месяцев назад
Protecting Admin and User Pages in Laravel with Middleware | Advanced Laravel Middleware | HINDI
Create a Role-based User Management System in Laravel | Full CRUD Guide | HINDI
Просмотров 15 тыс.10 месяцев назад
Create a Role-based User Management System in Laravel | Full CRUD Guide | HINDI
Laravel Attach and Detach Method: Mastering ORM Relationships | HINDI
Просмотров 3,8 тыс.10 месяцев назад
Laravel Attach and Detach Method: Mastering ORM Relationships | HINDI
Laravel CRUD with Single Form for Updates and Additions | Streamlined Laravel CRUD | HINDI
Просмотров 3,1 тыс.11 месяцев назад
Laravel CRUD with Single Form for Updates and Additions | Streamlined Laravel CRUD | HINDI
How to Import and Save Multiple Images from a Zip File in Laravel | HINDI
Просмотров 1,2 тыс.11 месяцев назад
How to Import and Save Multiple Images from a Zip File in Laravel | HINDI
Laravel Pest Testing Framework: Introduction and Setup Tutorial | Laravel Pest Vs PHPUnit | HINDI
Просмотров 2,1 тыс.11 месяцев назад
Laravel Pest Testing Framework: Introduction and Setup Tutorial | Laravel Pest Vs PHPUnit | HINDI
Complete Guide to Form Handling and Validation in Laravel Build a Contact Form with Error Handling
Просмотров 4,8 тыс.11 месяцев назад
Complete Guide to Form Handling and Validation in Laravel Build a Contact Form with Error Handling

Комментарии

  • @muhammadbabar9048
    @muhammadbabar9048 2 часа назад

    Thanks for your time and effort, Can you give any good idea about how to manage menu item role wise or we just create different sidebar and assign role on it.?

  • @user-pe1xp1mr4j
    @user-pe1xp1mr4j 23 часа назад

    very helpful i follow 2022

  • @muhammadnaveed7953
    @muhammadnaveed7953 День назад

    Thank you Sir ❤

  • @parthocomputer384
    @parthocomputer384 День назад

    kay sir api se login karte to accha hota.

    • @parthocomputer384
      @parthocomputer384 День назад

      ehi video ka logic api se karke ak video dalo na please

    • @parthocomputer384
      @parthocomputer384 День назад

      iske age to api bananeke video dalatha oo accha thaa, to uchiko use karke keshe login kre - pour api use karke keshe login kare asa ak video banaoo please.

    • @parthocomputer384
      @parthocomputer384 День назад

      bura mat lagana ke may aph ko order karrahihu. apka video accha lagtahe isliye batarahihu. so please

  • @Abdugoffor_Qodirov
    @Abdugoffor_Qodirov День назад

    Laravel DDD CRUD VIDEO ?

  • @Abdugoffor_Qodirov
    @Abdugoffor_Qodirov День назад

    Laravel DDD CRUD VIDEO ?

  • @Abdugoffor_Qodirov
    @Abdugoffor_Qodirov День назад

    Laravel DDD CRUD VIDEO ?

  • @vfixtechnology
    @vfixtechnology День назад

    Hello Ajay, no doubt great video - but you can use a ready made package for admin LTE check this out: ruclips.net/video/k5c6r2t2gds/видео.html

  • @mdsafikulislam9113
    @mdsafikulislam9113 День назад

    Thanks

  • @user-xd5ze6si4v
    @user-xd5ze6si4v День назад

    Thank you so much sir❤

  • @idealwebdeveloper
    @idealwebdeveloper 4 дня назад

    Sir ek problem or h vo yh h ki LARAVEL 11 m sessions h vo database m store ho raha h or users table ka kar raha hai to Hume use teacher ya other table h agar uska karna hua to kaise hoga , pls tell me

  • @kiranugale88
    @kiranugale88 4 дня назад

    You are awesome! Thank you for explaining each topic in simple way.

  • @manishgautam2424
    @manishgautam2424 4 дня назад

    waiting for it but i want it in a basic way from start , it was not good

  • @rcpoint9336
    @rcpoint9336 4 дня назад

    Nice video bhaiya ji I am from up

  • @future_of_coding
    @future_of_coding 4 дня назад

    Admin Lte Prebuild package wala vhi bata dijiye, aaj ka generation jada mehnat nahi karna chati, and sometimes we need to knew also options.

  • @divyankkabra7151
    @divyankkabra7151 4 дня назад

    Hello sir I am facing a 404 error on click event on the server I am using volt livewire feature in this can you please help me in this

  • @satishksharma
    @satishksharma 5 дней назад

    Bro may you explain in details about, how can a khatabook like app or webapp can manage their database or code for following conditions 1. How to show debit or, credit amount with balance. 2. If found incorrect record made in previous (except current or latest) records. 3. Also optimised code and database performance for big database records. Thanks.

  • @fmt2586
    @fmt2586 5 дней назад

    you just said and did things, never explained why you did it, you copied and bunch of files and deleted a bunch but didn't even explain anything, no logic, i am not here to copy you know, just a criticism.

  • @shahnewajsajib7699
    @shahnewajsajib7699 5 дней назад

    I face a problem, when i try to its make real time. listen function not executed. can you help me sir. and in network auth for channel not showing

  • @imthecodeholic
    @imthecodeholic 5 дней назад

    Great! Unable to create domain with this in laravel11 sail

  • @superior_ironman
    @superior_ironman 5 дней назад

    Bhaii multi vendor eCommerce banao laravel Livewire par please

  • @DEBUGENTITY
    @DEBUGENTITY 5 дней назад

    Bhai ek full stack ecommerce project banaona.. Only using laravel.. Like livewire or blade for frontend. No React js means.

  • @tehleelazad7147
    @tehleelazad7147 6 дней назад

    I need code for Chat between 2 persons

    • @ajay-yadav
      @ajay-yadav 6 дней назад

      check the latest video. laravel reverb

  • @athulksuresh9164
    @athulksuresh9164 7 дней назад

    i have an issue in the 18:48 section , after setting tenant login , the login link is not going to tenants domain its going to central domain why its happened plz replay

  • @Joynal05
    @Joynal05 7 дней назад

    Love from Bangladesh. Keep it on.

    • @ajay-yadav
      @ajay-yadav 6 дней назад

      Thank you so much 😀

  • @sehzadaaalam313
    @sehzadaaalam313 7 дней назад

    Laravel API ka full course upload kare

  • @aktarzia7782
    @aktarzia7782 8 дней назад

    Sir pleas make Laravel and react crud operation video

  • @manishsajandasani3739
    @manishsajandasani3739 8 дней назад

    No doubt, you are a Laravel Magician.

    • @ajay-yadav
      @ajay-yadav 7 дней назад

      Wow, thanks! That means a lot.

  • @mubeenmughal1881
    @mubeenmughal1881 8 дней назад

    sir g. menay alag alag 2 table banaye hain. admin and user ka is main menay middleware ko bana ha. (AdminAuthenticate) if (!Auth::guard('admin')->user()) { return response()->json(['response_message' => 'Unauthenticated.'], 401); } nai chal raha h. aur mujhe (USERS, ADMIN ) dono k. (Guard, Auth) chahiye. kis tarhan bano. is main guide kardain. Please...

    • @ajay-yadav
      @ajay-yadav 7 дней назад

      'api' => [ 'driver' => 'sanctum', 'provider' => 'users', ], 'admin' => [ 'driver' => 'sanctum', 'provider' => 'admins', ], please check config /auth.php

  • @viksjangid7751
    @viksjangid7751 8 дней назад

    Hello sir Kya aap laravel web installer pr video bana sakte ho

  • @ROHITSHARMA-ec6mz
    @ROHITSHARMA-ec6mz 9 дней назад

    Pls tell me how you are auto importing controller and middleware

  • @muthurams4809
    @muthurams4809 9 дней назад

    Bro how to create a index in mysql through laravel

  • @medoune89
    @medoune89 10 дней назад

    thank you

  • @Ehsankhan0577
    @Ehsankhan0577 10 дней назад

    it was really helpful please make a video on group chat and also add message notification in case he is not in message window

  • @rickygaming_yt
    @rickygaming_yt 10 дней назад

    meta title ager change karna ho toh kese karenge aap bta skte h kya

  • @mubeenmughal1881
    @mubeenmughal1881 10 дней назад

    sir admin ka middleware kesay banay gha? auth::sanctum tu users ka ha. admin k lia kia karein?

    • @ajay-yadav
      @ajay-yadav 10 дней назад

      Aap middleware ka use kr skte ho

    • @mubeenmughal1881
      @mubeenmughal1881 10 дней назад

      @@ajay-yadav Sir G..Us k baray Main guide kar dayn..Kis Tarhan..? Laravel 11 main kar raha hon...Main

    • @ajay-yadav
      @ajay-yadav 10 дней назад

      friday ka wait kro

  • @sigma03360
    @sigma03360 10 дней назад

    payment gateway and isko or secure kaise banaye multi auth ko

  • @relax7778
    @relax7778 11 дней назад

    using reverb make a tutorial for notification

  • @zahidurrehman431
    @zahidurrehman431 11 дней назад

    One of the best video

  • @aliraza6374.
    @aliraza6374. 11 дней назад

    best one video😊

  • @rajfekar1514
    @rajfekar1514 11 дней назад

    production me vi reverb:start karna hai kya sir ?

    • @ajay-yadav
      @ajay-yadav 10 дней назад

      han, but aap supervisor ke bare me documentation pr ja ke pdh skte ho

  • @aizazaziz5636
    @aizazaziz5636 11 дней назад

    If you are requiring '/vendor/autoload.php' then no need to use spl_autoload_register, well this spl_autoload_register is good for small projects and write customized logic inside it

  • @Islamicvi454
    @Islamicvi454 11 дней назад

    sir email verification and login with google API's pr b video bnaye

  • @muhammadnaveed7953
    @muhammadnaveed7953 12 дней назад

    Thank you sir ❤,, for this quality content

  • @tempuser9560
    @tempuser9560 12 дней назад

    very easyway of explanation

  • @Abdugoffor_Qodirov
    @Abdugoffor_Qodirov 12 дней назад

    Do you also teach DDD architecture in laravel? Can you make a video on this too?

  • @Abdugoffor_Qodirov
    @Abdugoffor_Qodirov 12 дней назад

    Do you also teach DDD architecture in laravel? Can you make a video on this too?

  • @Abdugoffor_Qodirov
    @Abdugoffor_Qodirov 12 дней назад

    Do you also teach DDD architecture in laravel? Can you make a video on this too?

  • @UserThird-le3cj
    @UserThird-le3cj 12 дней назад

    Just to let you know the method he made 'function drivecar(CarInterface $cars)' this parameter is known as Type Hinting Type Hinting is a way to tell a method that the object which is going to be passed must be from a specific class. Which in this case is CarInterface. '$cars' is just a reference to let the method know that an object is going to be passed, you can use any other name like '$c' or '$a' but the class should have the same name as shown in this example.

    • @ajay-yadav
      @ajay-yadav 11 дней назад

      awesome. thanks for the explanation.

  • @shahzaib3469
    @shahzaib3469 12 дней назад

    first one to view