Laravel Auth Role Create Admin Middleware To Protect Routes

preview_player
Показать описание
In this video, we are going to create Admin Middleware to protect routes.

Follow me:

Playlists:
#laravel #laravel9
Рекомендации по теме
Комментарии
Автор

Laravel Auth Role Create Admin Middleware To Protect Routes

tonyxhepaofficial
Автор

Thank you very much. I had set up authentificaion with Laravel Fortify and all I needed to do was secure some routes only for Admin. This video was exactly for me :D thanks a lot!

paaleek
Автор

Genial, muy buen tutorial, como siempre un placer aprender contigo, mi enhorabuena

anmasa
Автор

Great tutorial, admin reporting system with import and export of data, copy, excel, pdf etc

willynilly
Автор

Love this this video. Great Job Tony! Easy, Simple 😍

buqdiyt
Автор

THANKS !!!
can we use Auth::user( )->is_admin instead of auth( )->user( )->is_admin ?

mibrahim
Автор

How secure is your application as is? Ready for production? If we take into account that you follow best practices to release your application and that the password of the admin user is strong enough.

amandinelevecq
Автор

great video but for absolute beginner its missing, the starting part where they create the app and install breeze and get the data into the db

k_a_r_i_s-
Автор

please make reports dashboard for admin with export to excel

k_a_r_i_s-
Автор

I [am a starter and] have been trying to follow the series BUT am finding it difficult to actually find what you have done before this video? it's not a clean install of Laravel for sure and not just the Install of breeze either. I will appreciate if you are someone experienced here can guide the people like me to help follow your series. Thanks!

laravel-notes