Laravel 5.4 Email Verification - Authentication Course #11

  Рет қаралды 34,365

Bitfumes

Bitfumes

Күн бұрын

Пікірлер: 196
@ogundeindeadedamola557
@ogundeindeadedamola557 7 жыл бұрын
Dear Sarthak!, You are a wonderful programmer! making knowledge generally accessible!
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks Ogundeinde, keep watching
@sarajitbarmon5149
@sarajitbarmon5149 7 жыл бұрын
really bro you are a great programmer. I spent almost 4-5 hours to send email but it only solved after i saw your tutorial. Thanks again.
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks For watching Sarajit, please like Bitfumes on facebook to get latest updates.
@jagdishkunwar1225
@jagdishkunwar1225 7 жыл бұрын
i tried to log in before verifying my mail and i got logged in . Do i have to make certain changes in login conditions??
@devdev4122
@devdev4122 6 жыл бұрын
I have same issue. Can you help me?
@nomanhanafi9551
@nomanhanafi9551 5 жыл бұрын
@@devdev4122 modify authenticated method in authenticateusers.php file as "if not verified yet show the view to verify his/her email and log out the user using "Auth" facade as if(Auth::user()->status==0) Auth::logout(); return view ('email.verifyEmailFirst); For example
@ritwikmath7937
@ritwikmath7937 4 жыл бұрын
Try creating a middleware and use it to prevent use accessing any content. user can login but cannot pass the page that instructs to very email. Hope you get the idea
@ErnestoChapon
@ErnestoChapon 7 жыл бұрын
¡Excelente tutorial! Todo lo que necesitaba para entender la autenticación de susarios vía correo-e en un sólo lugar. Fácil de entender, con código sencillo y muy práctico. ¡Gracias! PD: My language is spanish, I dont speak english, I'm sorry.
@Bitfumes
@Bitfumes 7 жыл бұрын
Gracias por ver, como bitfumes en facebook para obtener las últimas actualizaciones. via: google translate 😂
@dengelitayfa
@dengelitayfa 5 жыл бұрын
Thanks a lot of bro. You saved my day :)
@slablife
@slablife 6 жыл бұрын
Great video, one suggestion is to show how to add a default via Laravel rather than through PhpMyAdmin. In the ..._table.php file, it should look like this : $table->boolean('status')->default(0);
@ogundeindeadedamola557
@ogundeindeadedamola557 7 жыл бұрын
This is another great video i have learnt from!
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks Ogundeinde, keep watching
@hdaouihakim
@hdaouihakim 6 жыл бұрын
Thank you so much !Works like a charme even in laravel 5.6.
@Bitfumes
@Bitfumes 6 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook to get latest updates.
@harpreet-singh9889
@harpreet-singh9889 5 жыл бұрын
thanks for making this video good work keep it
@Bitfumes
@Bitfumes 5 жыл бұрын
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates. bitfumes.com
@niv8880
@niv8880 7 жыл бұрын
Brilliant tutorial. Thank you very much for this. Really appreciated it,.
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook to get latest updates.
@taniasultana9938
@taniasultana9938 7 жыл бұрын
Ankur, you are just awesome.
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks for watching, Keep learning
@growdeuno
@growdeuno 5 жыл бұрын
thank u for the explaination... this vid is so helpful
@alexandrebarbosa2163
@alexandrebarbosa2163 6 жыл бұрын
Thank you for you great work! this helped me a lot!
@Bitfumes
@Bitfumes 6 жыл бұрын
Thanks for watching bro, Please like Bitfumes on facebook to get latest updates.
@metaversewallet
@metaversewallet 7 жыл бұрын
obviously, nice tutorial for 5.4 email verfication! ;)
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks bro.
@bishalbhattarai9508
@bishalbhattarai9508 4 жыл бұрын
Brother you hardcoded laravel RegisterUsers class instead of overriding its methods on RegisterController is it a good practise ?? Reply me fast
@devdev4122
@devdev4122 6 жыл бұрын
I tried to log in before verifying my mail and i got logged in. Can you help me?
@MrXokaLl
@MrXokaLl 7 жыл бұрын
Hi, im getting this error, can you help me? :( (1/1) Swift_TransportException Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required " i was in 16:30
@vitormicillo1
@vitormicillo1 7 жыл бұрын
This is a problem in your smtp mail server, you need send user and password
@feminist098
@feminist098 6 жыл бұрын
thank you sir !
@Bitfumes
@Bitfumes 6 жыл бұрын
Thanks for watching, please like Bitfumes on facebook/twitter for more updates.
@muhammadmughees7551
@muhammadmughees7551 4 жыл бұрын
If the status is 0 it is still logged in... What should I do???
@joelepping3202
@joelepping3202 6 жыл бұрын
nice job man ! thanks
@Bitfumes
@Bitfumes 6 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook/twitter to get latest updates.
@manabroy3036
@manabroy3036 6 жыл бұрын
Thank You Bro
@Bitfumes
@Bitfumes 6 жыл бұрын
Thanks for watching, please like Bitfumes on facebook/twitter for more updates.
@vibhutiprajapati9131
@vibhutiprajapati9131 5 жыл бұрын
what is change in env file in mail user name or password??
@SakibAlHasan1995
@SakibAlHasan1995 6 жыл бұрын
Thanks Sir
@suvanshorts6848
@suvanshorts6848 6 жыл бұрын
hi i am not done with " php artisan make:mail EmailVerification " it will show error make:mail not found like this. can you please help me ?
@feminist098
@feminist098 6 жыл бұрын
hello bhau. tu composer install kela ahe ka ?
@kyawsai3088
@kyawsai3088 6 жыл бұрын
what about admin registration to insert data into admin table not manually ? could you tell me how to do ? thanks
@rahulpatra3608
@rahulpatra3608 6 жыл бұрын
I can't find RegistersUsers.php, how can i find it?, any suggestions please reply fast
@Bitfumes
@Bitfumes 6 жыл бұрын
Try my package for multiauth, you just need to install it and you will get a ready admin side login. github.com/s-sarthak/laravel-multiauth
@rahulpatra3608
@rahulpatra3608 6 жыл бұрын
thank you fr your great suggestion,
@rahulpatra3608
@rahulpatra3608 6 жыл бұрын
Using your code when i try to Verify email It gives Authentication error, any suggestion for solve it, I restart my server but still giving that error, Error is Expected response code 250 but got code 530
@biswanathbanik9505
@biswanathbanik9505 3 жыл бұрын
how to make the login preventation if not verified
@rajnimurali1
@rajnimurali1 7 жыл бұрын
The best tutorial on laravel authentication. Thank you soo much!
@Bitfumes
@Bitfumes 7 жыл бұрын
Again thanks
@ogundeindeadedamola557
@ogundeindeadedamola557 7 жыл бұрын
even the laravel community cannot beat Bitfumes to it
@teenmastr
@teenmastr 7 жыл бұрын
Hi Ankur, Thanks for your contribution. May I ask what all front-end technologies you used for this tutorial? Like, it seems you may have used JSON? Is that right?
@Bitfumes
@Bitfumes 7 жыл бұрын
For this tutorials, I did't have used anything, laravel output every result as JSON out of the box
@teenmastr
@teenmastr 7 жыл бұрын
Thanks for your reply. Many has asked similar question that regardless of user status 0 or 1 in the database, the login allows access to the user who has just registered. I think you have skipped the step to check the status before login, the following code doesn't seem to be acceptable in RegisterController.php public function sendEmailDone($email, $verifyToken) { $user = User::where(['email'=>$email,'verifyToken'=>$verifyToken])->first(); if($user){ user::where(['email'=>$email,'verifyToken'=>$verifyToken])->update(['status'=>'1','verifyToken'=>NULL]); }else{ 'user not found'; } } } what do you think seem to have gone wrong here?
@teenmastr
@teenmastr 7 жыл бұрын
Do you mind advising me the right sets of configuration so that the Login checks user's status whether it's 0 or 1? Many thanks.
@meritmup6095
@meritmup6095 7 жыл бұрын
Can we customize the default email view when reset password?
@Bitfumes
@Bitfumes 7 жыл бұрын
Ya absolutely , you have to follow this docs laravel.com/docs/5.4/mail#markdown-mailables
@meritmup6095
@meritmup6095 7 жыл бұрын
Thank you. One more question: when user reset password (by email), it goes right away to /home and don't care if user's status==1 or 0 . How can we fix it?
@eljedstaana1938
@eljedstaana1938 7 жыл бұрын
hi sir can you please help me im getting this error Address in mailbox given [email] does not comply with RFC 2822, 3.6.2. thanks for your reply
@knowledge_is_power11
@knowledge_is_power11 4 жыл бұрын
Expected response code 220 but got an empty response
@jeanclaveria9305
@jeanclaveria9305 7 жыл бұрын
may I see your .env file. if its okay. I am not receiving any emails.
@Bitfumes
@Bitfumes 7 жыл бұрын
please use mailtrap.io for email configurations. follow this link kzbin.info/www/bejne/mZSZlK2XpN2Yaq8
@jeanclaveria9305
@jeanclaveria9305 7 жыл бұрын
Bitfumes Webnologies okay thank you. nice tutorial :)
@amanichanga3448
@amanichanga3448 7 жыл бұрын
Sorry bro I need to know what if I use angular JS to input and retrieve data from db and perform all other operations, will it need CSRF token if not is it secured way to perform those kinds of operations
@Bitfumes
@Bitfumes 7 жыл бұрын
Hey whatever you do with anything you have to pass csrf token its compulsory.
@amanichanga3448
@amanichanga3448 7 жыл бұрын
Bitfumes Webnologies Okay thanks a lot bro
@Bitfumes
@Bitfumes 7 жыл бұрын
Always welcome bro, keep supporting bitfumes, we have reached 1000 + subs yeahhhhhh
@amanichanga3448
@amanichanga3448 7 жыл бұрын
Bitfumes Webnologies I'm doing so bro
@SakibAlHasan1995
@SakibAlHasan1995 6 жыл бұрын
user Login and this login email address is from mail address and send to office mail , like to click one button . why is possible ?
@ghanashyambk191
@ghanashyambk191 6 жыл бұрын
everything is good but in my project user is able to login without verification done... and with status 0... what is the problem?
@Gediminas-seopaslaptys
@Gediminas-seopaslaptys 7 жыл бұрын
thanks great. I followed your guidances but in my case users can login dispite status 1 or 0 . any suggestions.
@Bitfumes
@Bitfumes 7 жыл бұрын
is everything else working?
@Gediminas-seopaslaptys
@Gediminas-seopaslaptys 7 жыл бұрын
Bitfumes Webnologies: yes everythig else is working.
@TahirBhai
@TahirBhai 7 жыл бұрын
He just skipped the step for checking the status at login.
@teenmastr
@teenmastr 7 жыл бұрын
do you think you could suggest me the steps that Bitfumes skipped to make the login check status whether it's 0 or 1?
@andwutv6016
@andwutv6016 7 жыл бұрын
i got an error... it says (1/1) BadMethodCallException Method [sendEmail] does not exist. can you help me with this
@firojkhan-kv1ew
@firojkhan-kv1ew 7 жыл бұрын
sir I getting this error when I click on my verification email line on click here Class App\Http\Controllers\Recruiter\Auth\RecruiterController does not exist
@insanhamzah1259
@insanhamzah1259 7 жыл бұрын
sir when i click link on email "click here" the page just load in 1 second then being forced close...why?
@Bitfumes
@Bitfumes 7 жыл бұрын
When email is sending then for some time, it not respond you have to wait
@caitancorreia8379
@caitancorreia8379 7 жыл бұрын
Thank u sir for the great video Just one thing. How will the coding change if I want to have status and verify token in a new table instead of the users table with user_id as the foreign key to this new table
@caitancorreia8379
@caitancorreia8379 7 жыл бұрын
Please sir if you could reply ASAP that would be great as its urgent
@Bitfumes
@Bitfumes 7 жыл бұрын
create new table and connect this with eloquent relationship
@caitancorreia8379
@caitancorreia8379 7 жыл бұрын
can you please show this with an example sir?
@caitancorreia8379
@caitancorreia8379 7 жыл бұрын
Please help
@Bitfumes
@Bitfumes 7 жыл бұрын
okay
@pavankumar6632
@pavankumar6632 4 жыл бұрын
Hi sir good evening I am doing this email verification all good but finaly I have one error That's Cannot send message without a sender address
@jackjackson3868
@jackjackson3868 7 жыл бұрын
Can you clear where you set for login that status is 1 or not. because I follow all the step but user can login without status 1.
@Bitfumes
@Bitfumes 7 жыл бұрын
I have showed that thing on previous video. kzbin.info/www/bejne/gIfUm5ttjMl9nac
@jackjackson3868
@jackjackson3868 7 жыл бұрын
thanks for replay
@vitormicillo1
@vitormicillo1 7 жыл бұрын
Is very very nice @Bitfumes Just one question, why did not you import the method as you did in the previous video so you do not have to play laravel source files?
@noumanmayo2601
@noumanmayo2601 7 жыл бұрын
where RegisterUser page ? in this lecture ? when we create this page ?
@tadeayodeji6990
@tadeayodeji6990 7 жыл бұрын
hello bitfumes. how do i redirect to login page after verifying user registration via email.
@Bitfumes
@Bitfumes 7 жыл бұрын
return redirect('login') or even you can do, just after registering you can attempt login directly so that user don't have to manually login.
@deepakkumaryadav24
@deepakkumaryadav24 6 жыл бұрын
where do you prevent the user having status 0 should not be able to logged in. please help someone who get it.
@bernardchisumo4054
@bernardchisumo4054 7 жыл бұрын
Thank you so much uncle your a great great tutor . I am bit having a lilte problem in pages . Assume you have six page eg Home , About , Service , Gallery , Event ,Contact etc mine question how to display the information for each pages? Do i need to create a controller and Model for each pages? what about migration? Do i need to create the table for each pages? eg Home , About , Service , Gallery , Event ,Contact is where i get confused.
@knowledge_is_power11
@knowledge_is_power11 4 жыл бұрын
error giving Connection could not be established with host smtp.googlemail.com :stream_socket_client(): unable to connect to smtp.googlemail.com:2525
@davidmukoro1166
@davidmukoro1166 7 жыл бұрын
Dear, what is happening? We have not been seeing video release these days like before. Hope all is well?. I have been waiting , visiting your channel, expecting the Laravel AJAX CRUD series as promised to be release soon? How soon? Also, can u add modal form to it please? When should be be expecting this?
@Bitfumes
@Bitfumes 7 жыл бұрын
Hey David I am very sorry For this delay but I am very busy on a big project and its taking soo much time , thats why I am not getting time for production. I know Ajax series a have promised , but this is my last and final promise with you that you will get videos this week for sure. Again sorry for that please understand my work load.
@Bitfumes
@Bitfumes 7 жыл бұрын
Hey David, here is you ajax series course overview. kzbin.info/www/bejne/g6W6aWmsi7ybqrc
@davidmukoro1166
@davidmukoro1166 7 жыл бұрын
Thank you very much. I am indeed greatful to you.
@careerintelligence6601
@careerintelligence6601 7 жыл бұрын
please help, i keep getting Swift_TransportException Expected response code 220 but got code "", with message ""
@Bitfumes
@Bitfumes 7 жыл бұрын
try to use mailtrap.io kzbin.info/www/bejne/mZSZlK2XpN2Yaq8
@careerintelligence6601
@careerintelligence6601 7 жыл бұрын
It worked with mailtrap, thanks. But if i want it to be sent to the user email and well styled in production enviroment, how do i go about it ?
@rezwansaki
@rezwansaki 6 жыл бұрын
thanks
@Bitfumes
@Bitfumes 6 жыл бұрын
THanks for watching bro, keep learning
@R004032
@R004032 5 жыл бұрын
i have user table admin table And Teacher table, how can i use 5.7 Verify Email for my teacher table Register? thks.
@mariocebulkow2631
@mariocebulkow2631 6 жыл бұрын
Good tutorial, but when i create user my redirect to verifyEmailFirst.blade.php not working. where is problem?
@Bitfumes
@Bitfumes 6 жыл бұрын
what error you are getting?
@mariocebulkow2631
@mariocebulkow2631 6 жыл бұрын
I don't have any errors communication only my page cannot redirect to other page after the registration.
@mariocebulkow2631
@mariocebulkow2631 6 жыл бұрын
when I add this Mail::to($thisUser['email'])->send(new verifyEmail($thisUser)); and add file verifyEmail.php then redirect not work
@kallnascimento7
@kallnascimento7 6 жыл бұрын
This function is sendEmail funcion in RegisterController.php, not in verifyEmail.php= public function sendEmail($thisUser){ Mail::to($thisUser['email'])->send(new verifyEmail($thisUser)); } Kind regards.
@WrongDescription
@WrongDescription 7 жыл бұрын
Great video...bt can this be made more simple..using just the basic steps?
@Bitfumes
@Bitfumes 7 жыл бұрын
+TheEcc11 hey basic steps like what?
@WrongDescription
@WrongDescription 7 жыл бұрын
Can one function be used for validation, insertion and then sending the mail?
@Bitfumes
@Bitfumes 7 жыл бұрын
+TheEcc11 yes definitely u can use that thing, but using different functions with benefits of clean and clear codes
@feminist098
@feminist098 6 жыл бұрын
hence don't learn frameworks directly. first go and watch some php and mysql videos of simple login and register followed by email verification then come to laravel vids.
@bdcoder9509
@bdcoder9509 7 жыл бұрын
Connection could not be established with host smtp.gmail.com [A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. #10060] when i'm try to varification then it sent this message ...in this video u did not show how to configure the .env file just you say u configuared
@kunalrajput4539
@kunalrajput4539 6 жыл бұрын
Method App\Http\Controllers\Auth\RegisterController::verifyemailfirst does not exist. pls help
@md.mostafijurrahman1470
@md.mostafijurrahman1470 7 жыл бұрын
Thanks for this tutorial. Please make a best video tutorial for Mobile Varification on laravel.
@Bitfumes
@Bitfumes 7 жыл бұрын
Mobile verification like sms otp?
@md.mostafijurrahman1470
@md.mostafijurrahman1470 7 жыл бұрын
yes...
@kallnascimento7
@kallnascimento7 6 жыл бұрын
Dear bitfumes, i dont know why but i have this issue: These credentials bla bla bla bla, but my user is active and the password is right.
@franciscopallerofuentes6231
@franciscopallerofuentes6231 7 жыл бұрын
Amazing work here, thank you so much man. I really appreciate these courses.
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks Bro. keep watching and Please like Bitfumes on FaceBook to get latest updates and support us on Patreon
@ziasultan8157
@ziasultan8157 7 жыл бұрын
Hi thanks for your beautiful videos It will be very helpful if you upload your files along with videos
@Bitfumes
@Bitfumes 7 жыл бұрын
Bro sorry about this series but other than this for every series I have source code on github.com/bitfumes ,Thanks for watching, please like Bitfumes on facebook to get latest updates.
@guidingverses
@guidingverses 6 жыл бұрын
i am getting this error 'Cannot send message without a sender address'
@Bitfumes
@Bitfumes 6 жыл бұрын
you need to provide 'to' in your mail like Mail::to('sarthak@bitfumes.com')->send(new SendEmailMailable());
@guidingverses
@guidingverses 6 жыл бұрын
THANK YOU SIR
@nuritabudimartati3085
@nuritabudimartati3085 7 жыл бұрын
thanks for sharing but, why my email doesnt receive email notification
@Bitfumes
@Bitfumes 7 жыл бұрын
That means you can't have any email in your inbox, try to use mailtrap
@nuritabudimartati3085
@nuritabudimartati3085 7 жыл бұрын
thanks, i'll try it
@Bitfumes
@Bitfumes 7 жыл бұрын
Sure
@Bitfumes
@Bitfumes 7 жыл бұрын
Yup its awesome.
@nuritabudimartati3085
@nuritabudimartati3085 7 жыл бұрын
i have to disable my antivirus first (i used av*** but my friend using another antivirus it still work without disable it) and setting my gmail using google app password for configuring my .env. And it works for my gmail account :) Big thankssss! best tutorial ever
@md.hasantarek1540
@md.hasantarek1540 7 жыл бұрын
how can be check the email address exsist or not in real world ?
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks what email verification do, if user has valid email then he will verify himself otherwise not. One more way is that when you use email service then that service ( like mailgun, sendgrid) tell that email does't exist.
@md.hasantarek1540
@md.hasantarek1540 7 жыл бұрын
thank you bro for your kind information..but if u will make a tutorial email service using sendgrid or mailgun that will much helpfull to us..
@mdhasanurrahmanhasan4171
@mdhasanurrahmanhasan4171 7 жыл бұрын
dear sir. How can i protect to login a user when user status = 0, and Show status User not verified.
@Bitfumes
@Bitfumes 7 жыл бұрын
I will going to create that video.
@asimidrees3854
@asimidrees3854 5 жыл бұрын
Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required " Error Find
@feminist098
@feminist098 6 жыл бұрын
can u upload a full project in laravel video series ? that will be helpful
@Bitfumes
@Bitfumes 6 жыл бұрын
Its already there, please check laravel 5.4 beginner series.
@YasirMalik24
@YasirMalik24 7 жыл бұрын
stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
@Bitfumes
@Bitfumes 7 жыл бұрын
Have you tried mailtrap.io kzbin.info/www/bejne/mZSZlK2XpN2Yaq8
@oddhayon7027
@oddhayon7027 7 жыл бұрын
Thanks for sharing this tutorial. If a user don't confirmed email but can login. How can I set the condition "status => 1" in login. Really this is very helpful tutorial.
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks for watching.. please watch this video for status login kzbin.info/www/bejne/gIfUm5ttjMl9nac
@oddhayon7027
@oddhayon7027 7 жыл бұрын
Thanks
@firojkhan-kv1ew
@firojkhan-kv1ew 7 жыл бұрын
Sir I got the mail when I click on click here url it directly goes to login page not in sendEmailDone()method how I solve this problem this is my code for link To verify email click here I am doing this in laravel 5.5
@farizalomdjin
@farizalomdjin 7 жыл бұрын
Yes, we can edit RegisterUser.php on vendor directory, but its a bad practice. We can override register function on Controller so we dont have to edit the vendor files.
@Bitfumes
@Bitfumes 7 жыл бұрын
Yes you are right.
@PHInfo
@PHInfo 6 жыл бұрын
Can you show how to do it? Thank you
@SiriusBlackNuar
@SiriusBlackNuar 7 жыл бұрын
Thank you, but you can help! The user can log in even without confirmation. Where is my mistake? Thank you!
@Bitfumes
@Bitfumes 7 жыл бұрын
Have you watched my video "Login with status" of this series ? Otherwise message me on facebook
@SiriusBlackNuar
@SiriusBlackNuar 7 жыл бұрын
Oh, I missed this video! Now everything has fallen into place! Thank you very much for your lessons!))) I hope you do not stop doing this in the future!
@rupeshgupt
@rupeshgupt 6 жыл бұрын
Hi Ankur, can you please add a video for mobile verification with otp ??. Thanks in advance
@rupeshgupt
@rupeshgupt 6 жыл бұрын
with authy
@muhammadmughees7551
@muhammadmughees7551 4 жыл бұрын
Target class [Auth\RegisterController] does not exist.
@craigrodrigues6258
@craigrodrigues6258 7 жыл бұрын
could you send me the files need it urgently.
@Bitfumes
@Bitfumes 7 жыл бұрын
You means source code?
@craigrodrigues6258
@craigrodrigues6258 7 жыл бұрын
Yes please,trying to create an admin dashboard.
@Bitfumes
@Bitfumes 7 жыл бұрын
Okay, Please like bitfumes on facebook so that you get notification when I upload source code
@ravish6280
@ravish6280 4 жыл бұрын
Laravel authentication preset supports email verification. There is no need of doing it this way.
@jezzymichelleirarelevo971
@jezzymichelleirarelevo971 6 жыл бұрын
Can i see you .env configuration? I'm having an error Swift_TransportException Expected response code 250 but got code "535", with message "535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 support.google.com/mail/?p=BadCredentials j1-v6sm44189493pfc.159 - gsmtp " bad credentials. no matter what i do config:cache, config:clear php artisan serve. its no use. so i hope if i can see your .env and mail.php file.
@samminniota
@samminniota 7 жыл бұрын
Hi Sarthak, This is a great tutorial series by the way! I'm getting a: " syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ']' " from the code on sendView.blade.php: Click Here Using Laravel 5.4 and Sublime Text. Please help!
@Bitfumes
@Bitfumes 7 жыл бұрын
this is incorrect , please correct it, $user => $user->verifyToken
@samminniota
@samminniota 7 жыл бұрын
I see, thank you. I placed one more $user. Thank you.
@kr4it113
@kr4it113 7 жыл бұрын
hmm
@Bitfumes
@Bitfumes 7 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook to get latest udpates.
@mohamedaminemkhaibou6538
@mohamedaminemkhaibou6538 5 жыл бұрын
ErrorException (E_NOTICE) Trying to get property of non-object in : C:\xampp\htdocs\ikmfact\vendor\laravel\framework\src\Illuminate\Mail\Mailable.php at : the name and the address protected function setAddress($address, $name = null, $property = 'to') { foreach ($this->addressesToArray($address, $name) as $recipient) { $recipient = $this->normalizeRecipient($recipient); $this->{$property}[] = [ 'name' => $recipient->name ?? null, 'address' => $recipient->email, ]; } return $this; }
@swagrid3521
@swagrid3521 6 жыл бұрын
Bhai apna number de help chahidi a
@Bitfumes
@Bitfumes 6 жыл бұрын
You can message me on facebook bro.
@swagrid3521
@swagrid3521 6 жыл бұрын
@@Bitfumes your facebook ? naam kya hai bai
@Bitfumes
@Bitfumes 6 жыл бұрын
facebook.com/bitfumes
@vlatkoviamkd
@vlatkoviamkd 7 жыл бұрын
Great tutorial, don't want to complain but that snoring in the background is distracting.
@Bitfumes
@Bitfumes 7 жыл бұрын
Hey, I am very sorry about that, but in any other video you will not get any kind of distractions. Again sorry. Keep learning
@StayingPlus
@StayingPlus 4 жыл бұрын
stop saying obviously every chance you get.. if it was so obvious we wont be here
@issaissifou3579
@issaissifou3579 4 жыл бұрын
Thank you!
@anthonyoddy4814
@anthonyoddy4814 7 жыл бұрын
thanks great. I followed your guidances but in my case users can login dispite status 1 or 0 . any suggestions.
@Bitfumes
@Bitfumes 7 жыл бұрын
I have a video on that, login with status.please watch it
@anthonyoddy4814
@anthonyoddy4814 7 жыл бұрын
thank you but my issue here is that the user can log in with or without the email token verified
@anthonyoddy4814
@anthonyoddy4814 7 жыл бұрын
thank you very much. i am okay now
@muhammadmughees7551
@muhammadmughees7551 4 жыл бұрын
Target class [Auth\RegisterController] does not exist.
@muhammadmughees7551
@muhammadmughees7551 4 жыл бұрын
Target class [Auth\RegisterController] does not exist.
@muhammadmughees7551
@muhammadmughees7551 4 жыл бұрын
Target class [Auth\RegisterController] does not exist.
[Laravel 5.5] Account verification
11:40
Erik Campobadal
Рет қаралды 13 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Laravel - Multiauth Admin Package | Why another Package ? #1
6:47
Best of CES 2025
14:50
The Verge
Рет қаралды 632 М.
Laravel 5.4 Authentication | Custom Login #13 | Bitfumes
11:28
Why you should use Aider for AI coding
10:15
Zen van Riel
Рет қаралды 3,7 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН