Image Upload & Update Profile | Laravel 10 Tutorial #27

preview_player
Показать описание
Laravel 10 route grouping Tutorial
On this episode we will build our update profile page logic and also implement image uploads for our user profile picture.

Github Link:

Playlist of Laravel 10 Tutorial Course :

What is Laravel :
Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.

If you're looking to learn how to authenticate a user using Laravel 10, then this is the video for you! In this tutorial, In this tutorial, we'll create a simple registration form that users will be able to submit.

If you have any questions or problems please leave a comment.
Laravel Blade
Laravel crash course
Laravel Database and crud tutorial
Laravel Login and Authentication
Laravel registration
Рекомендации по теме
Комментарии
Автор

I've got really confused in the HTML part, I spended 30min just trying to find my self on it. I think it would be better if you told the exactly lines you are working on, to keep it more clearer.

Your videos are my first time learning Laravel, they are great, keep doing it!

joaopauloabdalab
Автор

"Pro tip"
if you wanna validate your username as unique but still allow this type of mass-update you may use this as your name validation:

'name' => 'required|min:3|max:40|unique:users, name, ' . $user->id,

Vichion
Автор

Boy the html part got me on walls .BUT GREAT VIDEO NONE THE LESS

snipohyper
Автор

Thank you so much, just an issue when i click edite profile i can edite the iseas as well

kouzokiodin
Автор

may I ask why the "route('users.show')"can't be used in the navbar instead of the profile route? thank you for vids it's been a great help <3

ahmedghazy
Автор

you are very good at teaching
keep it up!
and i think you're persian... am i right ? i almost can feel the accent
😂

BuffTheCreator
Автор

It is very disorienting, but also a good opportunity for reviewing old code and their relation, painful tho lol

tmcxp
Автор

hello friend, I have a website.
users can send images from the dashboard of the laravel application(breeze), then the admin (Filament) can edit them.
but the image only appears in the table, when I edit the image it does not appear. does anyone have a solution here? thanks, god bless🙏

howasyourday
Автор

Whenever you click on any idea cards username or it will redirect to the logged in user and not the creator of the idea

AnkitLakkad
Автор

Is it possible to store the validation in a separate file (function? class?) and call it only when needed? To avoid repeating the code.
Assuming, of course, that we wants to validate the same data in different files :)

MrOryly
Автор

Does the image store method generate unique filenames? Or can we replace files by accident?

PedroCoelho
Автор

I'm just loving the way you teach.

I have a doubt...

How would I get a preview of the image when editing?

lucascavalheri
Автор

you are so cleaver thank you for sharing that with us 🤍🤍

dinaahmed