Laravel 7 tutorial #16 Session with login

preview_player
Показать описание
In this laravel Hindi 7 tutorials, we learn how to use sessions and how we can log in with session but we are not using DB here with simple example by anil Sidhu in the English language.
steps of video
Session:
Provide a way to store information about the user across multiple requests
Make A Controller
Make Router
Save data to Session
Redirect on Profile Page
Logout Functionality

Checkout and subscribe our new channel for technical news
Рекомендации по теме
Комментарии
Автор

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

Trying to access array offset on value of type null. this occurs when i try to get the name on profile page

iamzeeshanawan
Автор

thanks it really helpful. and i have a question. Everyone providing info for localhost servers, how we can manage the migrations and all the basic commands which we have to run on localhost cmd, can we run these on live server? and is it important to use auth ui features ??

umairtayyab
Автор

Anil, will you please make a video about laravel default user login functionality which contains DB based Auth, role and csrf ? And How to organize controllers and their related view file in well organized folders or file system. Putting all the views in root of view folder is valid for large scale application ?

jaygajjar
Автор

can you share when i login the data will display from database ??

mueez
Автор

Is it possible to use a Model without using the Auth?

justinlemuel
Автор

session()->forget('data');

lonelyperson_thai