Laravel 6 Tutorial for Beginners #25 - Authentication Views

preview_player
Показать описание
Hey gang, in this Laravel tutorial we'll flesh out / modfy the authentication views for our project.

🐱‍👤🐱‍👤 JOIN THE GANG -
----------------------------------------
🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Course Links:

🐱‍💻 🐱‍💻 Other Related Free Courses:

🐱‍💻 🐱‍💻 The Net Ninja Community Boards:
Рекомендации по теме
Комментарии
Автор

I've been following along these tutorials Shaun... and I have a few questions...
➥ Why does Laravel have so many config files, creates a lot of confusion. Is everything really necessary?
➥ And how are Migrations better than using just pure database language?
➥ How do we deploy the code to a shared server maybe?
➥ Why this is better than pure PHP mess? We can modularize our code there too, I believe.

DESPITE ALL OF THIS.
I JUST LOVE BUILDING AND LEARNING.
THANKS FOR MAKING THESE AWESOME Shaun! ❤

abhinav.sharma
Автор

Shaun, will you update this for Laravel 8 ?

vincentalagao
Автор

Thanks Shaun, very clear explanations. I am a laravel developer and still love to watch this series.

BTW what is the name of the icon theme you using in the series.I'd like to have it installed on my VS code.

paingoo
Автор

awesome explanation 👍🏻❤️👍🏻
can you make a tutorial series on latest version of Angular

swamy
Автор

why the logout dropdown is not openin, I m using laravel 8

LovePromoter
Автор

Had some issues with the Forgot Password link and wanted to share what I did to get working in the event someone else has similar issue. This is just what I did, anyone else can share more official steps. I started out getting an error stating the From email was not defined. You must setup email first. At root of application is a file called .env. In that file, I configured my SMTP server (I tried Google, but my account did not support two factor which is required so used a different SMTP server). Need to setup everything including verify App_URL (mine was set to localhost, needed to be 127.0.0.1:8000) as well as the Mail_From_Name which was set as an application name (APP_NAME is located in .env file). I continued to get new errors after updating files. However, restarting the server (php artisan serve) worked. To edit content of email, I updated email.blade.php. Hope this helps someone.

kellyfansler
Автор

Is it possible to use the routes and views that this package creates without using node in production?

sstlcyx
Автор

Hello master ninja. Despite your effort to make useful tutorials your new series on laravel lacks something very important. We don't know where are we going! we don't know what we are gonna build with new tools in our repertoire. Maybe it's just me but I would like to have this series as a complete package so I study it by my own pace and to skip some parts and sneak at the end of it to know why instructor is telling us this and that. I wait until this series is finished, maybe then I check it out.

RameenFallschirmjager
Автор

Off topic but how do you pin your vscode activity bar to always stay on top?

kreatur_
Автор

Don't worry, that clipboard copy issue you ran into... isn't you.

PumpkinSpicePretzels