All language subtitles for 002 Discuss on Laravel Breeze File Structure_en

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,150 --> 00:00:00,930 Hello, friend. 2 00:00:00,930 --> 00:00:01,950 Welcome back. 3 00:00:01,980 --> 00:00:07,380 In our previous video, we have successfully installed a lovable default authentication system as a 4 00:00:07,380 --> 00:00:08,090 breeze. 5 00:00:08,100 --> 00:00:13,830 So when we install that breeze packages, you can see how much easily we are successfully complete our 6 00:00:13,830 --> 00:00:16,640 total logging authentication system. 7 00:00:16,650 --> 00:00:22,950 Right now you are able to register on the user and also you are able to log in with this user. 8 00:00:22,950 --> 00:00:23,580 Right? 9 00:00:23,610 --> 00:00:29,310 Everything is ready met and if you go to that our logging and into this logging also there is the forget 10 00:00:29,310 --> 00:00:32,610 password option everything is ready met right. 11 00:00:32,610 --> 00:00:41,520 So how all that file is work behind this I show you and if you go to again like when you install Laravel 12 00:00:41,520 --> 00:00:47,160 breeze authentication system some of the things is happening in your project like first of all you can 13 00:00:47,160 --> 00:00:51,480 see that is one of the requests and directory as a slash or dot PHP. 14 00:00:51,480 --> 00:00:57,600 So that is actually work for in or route into this route which will be created on the for file as odd 15 00:00:57,600 --> 00:01:04,670 dot PHP And here that is everything that means here there is a register the logging the forget password 16 00:01:04,680 --> 00:01:05,129 route. 17 00:01:05,370 --> 00:01:07,680 You can see everything is in here. 18 00:01:07,920 --> 00:01:11,340 So right now that is all that are on the controller. 19 00:01:11,340 --> 00:01:14,010 So into this controller area they have some of the method. 20 00:01:14,010 --> 00:01:16,140 Also they're passing that name route. 21 00:01:16,140 --> 00:01:18,890 As I told you before, everything is ready met. 22 00:01:18,930 --> 00:01:24,600 Okay friend so you will get every all that our controller that is all that our default controller is 23 00:01:24,600 --> 00:01:30,780 created and this controller is created in our app is http controller as OT and that is actually our 24 00:01:30,780 --> 00:01:31,860 controller name. 25 00:01:32,130 --> 00:01:37,530 Like if you now go to our odd, that means that is our app SDB controller. 26 00:01:37,530 --> 00:01:42,420 You can see it's not created one of the default one of the folder as the art and into this folder idea 27 00:01:42,420 --> 00:01:48,450 that is our authenticated session controller, the icon that is of the confirmed apple password controller, 28 00:01:48,450 --> 00:01:52,920 the email verification notification, new password controller. 29 00:01:52,920 --> 00:01:54,930 Everything is in here right now. 30 00:01:54,930 --> 00:02:00,240 If you want to check all that our route, you can also check it like if you go to our project and here 31 00:02:00,240 --> 00:02:03,360 if you write a write down as a PHP artisan 32 00:02:06,090 --> 00:02:08,820 PHP artisan root and then the root list. 33 00:02:08,820 --> 00:02:16,500 So if you click the enter now, it will show you all that your default root here you can see that is 34 00:02:16,500 --> 00:02:17,940 all the default out. 35 00:02:17,940 --> 00:02:24,420 So for the logging, it's actually working our art and authenticated session controller that is one 36 00:02:24,420 --> 00:02:28,110 of the method as a create method that is actually work behind this. 37 00:02:28,110 --> 00:02:34,230 And also there is a log out is already readymade in our auth authenticated session controller that is 38 00:02:34,230 --> 00:02:39,570 on the destroy method that is actually working for this and also for the register because I have already 39 00:02:39,570 --> 00:02:40,830 discussed about that things with you. 40 00:02:40,830 --> 00:02:47,760 Right you can now able to register like that is our register so when you install that breeze that is 41 00:02:47,760 --> 00:02:48,960 one the page right. 42 00:02:48,960 --> 00:02:50,280 That is one of the view page. 43 00:02:50,400 --> 00:02:55,590 These register view page is working from to just simple understand all that file is texture. 44 00:02:55,590 --> 00:03:01,650 What exactly the happening behind this like that is a resources and the view you can see is not created 45 00:03:01,650 --> 00:03:06,570 on of the folder as art and into this folder area that is one of the logging page. 46 00:03:06,570 --> 00:03:08,250 So that is our logging page. 47 00:03:08,490 --> 00:03:13,740 There is a logging page or they have one of the form and also for the register that is our register 48 00:03:13,740 --> 00:03:15,780 form into the register form. 49 00:03:15,780 --> 00:03:21,060 Here you can see there is a name that is an email field, that is a password field and that is our confirmed 50 00:03:21,060 --> 00:03:21,960 password field. 51 00:03:21,960 --> 00:03:27,510 So right now that is actually visible as a name, email, password and confirm password. 52 00:03:27,510 --> 00:03:32,250 And if you go to that, our logging page, so that is a logging page and that's logging pages loaded 53 00:03:32,250 --> 00:03:34,920 from our view auth and that is a logging. 54 00:03:35,070 --> 00:03:40,230 And we do the logging you can see that is one on the email field and also there are the password field. 55 00:03:40,230 --> 00:03:46,560 So both of these is of the view page and also that have some of that reset password page that is a verified 56 00:03:46,560 --> 00:03:47,400 email page. 57 00:03:47,430 --> 00:03:52,830 All that your view page which is actually displaying here right down there is of forget password page. 58 00:03:52,830 --> 00:03:55,080 You can see there is one of the forget password page. 59 00:03:55,080 --> 00:03:56,520 So that is all that view page. 60 00:03:56,520 --> 00:04:00,300 If you want to customize anything, you can customize it from this position. 61 00:04:00,300 --> 00:04:02,400 So literally we'll also customize it here. 62 00:04:02,400 --> 00:04:06,180 We'll add on of the template how to change it a little. 63 00:04:06,180 --> 00:04:08,610 I will also show you that things with the live example. 64 00:04:08,610 --> 00:04:13,380 So when you create that register, when you create that register, as I told you, that is one of the 65 00:04:13,380 --> 00:04:14,310 post method. 66 00:04:14,310 --> 00:04:18,899 You can see by default on the all that our without list, you will get it in here there is a register 67 00:04:18,899 --> 00:04:24,660 and the register that is actually working in particular which position that is working into the and 68 00:04:24,780 --> 00:04:28,440 oath and the register registered user controller. 69 00:04:28,440 --> 00:04:30,720 So here that is in our odd folder. 70 00:04:30,720 --> 00:04:38,490 That means if you go to again if you go to that our that area, that is our HTTP controller and the 71 00:04:38,490 --> 00:04:43,530 oath controller and we do the controller, that is a new So that is all the new one. 72 00:04:43,530 --> 00:04:50,160 So this name is as a register, that is a registered user controller, that is a registered user controller. 73 00:04:50,160 --> 00:04:54,360 If you go that is a registered user controller into the registered user controller, you can see that 74 00:04:54,360 --> 00:04:55,770 is all the create method. 75 00:04:55,770 --> 00:04:59,680 From here, it will be created on the user and that will be stored that data. 76 00:05:00,030 --> 00:05:03,060 As a name, email and then password. 77 00:05:03,090 --> 00:05:09,840 The name field is required that it is trading of the maximum length for this field as a255, and it 78 00:05:09,840 --> 00:05:10,530 will be created. 79 00:05:10,530 --> 00:05:16,500 That is our user model with this user model which will be created as a new user by the name, email, 80 00:05:16,500 --> 00:05:19,320 and then password will be as a hash password. 81 00:05:19,320 --> 00:05:23,250 So whatever the password will be said, we will still be saving our database. 82 00:05:23,250 --> 00:05:26,250 It still we make this password as a hash password for the region. 83 00:05:26,250 --> 00:05:30,270 So you can see if you go to our database each make that one of the hash password. 84 00:05:30,720 --> 00:05:35,460 So here it's successfully created and that is also another one as event. 85 00:05:35,520 --> 00:05:39,270 Event is for, if you will, send some of the email. 86 00:05:39,270 --> 00:05:40,620 So that is all of the event. 87 00:05:40,620 --> 00:05:42,720 You will get that event in your media. 88 00:05:42,720 --> 00:05:44,620 You're not that media. 89 00:05:44,820 --> 00:05:50,910 If you go to that, our providers, the providers, that is one of the event service providers into 90 00:05:50,910 --> 00:05:56,130 the event service provider, it will be saying email verification notification. 91 00:05:56,130 --> 00:05:56,340 Okay. 92 00:05:56,400 --> 00:05:59,100 So that is also by default created. 93 00:05:59,310 --> 00:06:02,190 So you will also work in particular that area. 94 00:06:02,190 --> 00:06:06,030 So that is all the event service provider is working for this. 95 00:06:06,030 --> 00:06:10,530 And then if you go to our authenticated, there is a authenticated session controller. 96 00:06:10,530 --> 00:06:16,710 So here there is also another method as a created as a auth logging and there is a store or requested 97 00:06:16,710 --> 00:06:19,020 authenticated session generated. 98 00:06:19,020 --> 00:06:25,470 That means when our user is successfully log, then that will be returned direct to the intent of the 99 00:06:25,470 --> 00:06:27,960 root service provider As a home. 100 00:06:28,310 --> 00:06:33,960 The service providers means if you go to our again provider and the provider, there is also another 101 00:06:33,960 --> 00:06:38,040 one as a root service provider into the root service provider. 102 00:06:38,040 --> 00:06:43,320 When the user is successfully logging, then that will be returned direct to our slash dashboard. 103 00:06:43,320 --> 00:06:43,890 Right? 104 00:06:43,890 --> 00:06:49,860 So for the reasons when you successfully logged in, when you logging successful, like I just put that 105 00:06:49,860 --> 00:06:54,840 name as the user at gmail.com and password you one, two, three, four, five. 106 00:06:54,870 --> 00:06:59,190 Now if you click at the logging and then you shall be returned redirect to our space. 107 00:06:59,190 --> 00:07:01,980 This will be redirect to our slash dashboard page. 108 00:07:01,980 --> 00:07:03,510 And that is the one of the slides. 109 00:07:03,510 --> 00:07:05,490 That one on the View page is loaded. 110 00:07:05,490 --> 00:07:09,540 If you want to find out that view page, that means our dashboard page. 111 00:07:09,570 --> 00:07:15,840 Then simply go to our view and then that is one of the page will be created. 112 00:07:15,840 --> 00:07:19,200 You can see there is one of the dashboard PHP is loaded. 113 00:07:19,290 --> 00:07:24,630 So now that is actually one of the default pages created as a dashboard and also is display. 114 00:07:24,630 --> 00:07:28,800 As you are logged in, you can see some display as you are logged in. 115 00:07:28,800 --> 00:07:31,360 So right now you are already logged in, right? 116 00:07:31,380 --> 00:07:36,690 So if you want to display that we are logging user details, you can also display it like then you have 117 00:07:36,690 --> 00:07:37,320 to do. 118 00:07:37,320 --> 00:07:39,270 Right now I'm already logged in, right? 119 00:07:39,270 --> 00:07:40,380 I'm already logged in. 120 00:07:40,380 --> 00:07:44,130 If not displayed, then you have to do just simply add that as odd. 121 00:07:44,670 --> 00:07:45,960 That is all that means. 122 00:07:45,960 --> 00:07:50,310 That is one of the media world, as I told you before with this thought that it should be check user 123 00:07:50,310 --> 00:07:51,630 is logging or not. 124 00:07:51,630 --> 00:07:51,930 Right. 125 00:07:51,930 --> 00:07:59,070 So now with this auth I want to do to check that our user with this user, I want to access our filename. 126 00:07:59,070 --> 00:08:05,370 Like I want to display the name, I want to display our filename as a name and also there is another 127 00:08:05,370 --> 00:08:06,540 one as email. 128 00:08:06,660 --> 00:08:09,480 So if you are to display that name, simply add that name. 129 00:08:09,480 --> 00:08:13,650 And also to add another one, I want to add another one. 130 00:08:13,950 --> 00:08:20,100 Copy it, I copy it and then I paste it that I want to display that authenticated user. 131 00:08:20,100 --> 00:08:23,340 Which user is logging this authenticated user email? 132 00:08:24,450 --> 00:08:26,100 I simply added both of these. 133 00:08:26,100 --> 00:08:29,700 Now if you click the save all now that should be updated. 134 00:08:29,700 --> 00:08:31,890 If you go now, refresh it. 135 00:08:33,419 --> 00:08:39,600 Yet you can see still successfully display as you are logged in as a user that is our user name. 136 00:08:39,600 --> 00:08:47,000 And also the other one as you are logged in our email address is visible as a user at gmail.com. 137 00:08:47,010 --> 00:08:50,730 I hope friend you get some of the idea when you install Laravel breeze. 138 00:08:50,730 --> 00:08:54,540 How all that our file is texture work behind this. 139 00:08:54,870 --> 00:08:56,670 So that is the pretty much simple. 140 00:08:56,670 --> 00:09:03,090 All that process you will get all that your routing here and with this out what exactly that file what 141 00:09:03,090 --> 00:09:10,350 exactly that controller which method is actually executed for run this everything is in here that is 142 00:09:10,360 --> 00:09:14,370 confirm password the email verification the forget password. 143 00:09:14,370 --> 00:09:15,720 Everything is in here. 144 00:09:16,200 --> 00:09:17,460 Everything is in here. 145 00:09:17,700 --> 00:09:20,220 So it's now created as on the default page. 146 00:09:20,220 --> 00:09:22,350 It will be created some of the controller. 147 00:09:22,350 --> 00:09:30,180 So all that controller related file will be saved into the odd folder and also also that is all that 148 00:09:30,180 --> 00:09:30,900 are providers. 149 00:09:30,900 --> 00:09:33,210 I have already discussed about that things with you. 150 00:09:33,210 --> 00:09:37,470 I have already migrated the database table and also into the view area. 151 00:09:37,470 --> 00:09:43,140 It will be created one of the another folder as a folder and if this odd folder it will be created. 152 00:09:43,140 --> 00:09:49,350 All that our pages there is a logging page, registered page, reset, password, base verified email 153 00:09:49,350 --> 00:09:54,990 page, all that view page you will get in here and then into the route that there is a to where on the 154 00:09:54,990 --> 00:09:57,060 requested directory or PHP. 155 00:09:57,090 --> 00:09:59,400 So you will get everything in here. 156 00:10:00,300 --> 00:10:00,840 Great. 157 00:10:00,840 --> 00:10:07,530 So now in our next video I want to do first of all, I want to complete our forget password option. 158 00:10:07,530 --> 00:10:14,940 Like if you go to that, log out into this logout that is also another page as a forget password. 159 00:10:14,940 --> 00:10:20,760 So I want to do how to get it forget password details by through the email so we can down this email 160 00:10:20,760 --> 00:10:21,600 password option. 161 00:10:21,600 --> 00:10:24,810 In our next video, I will show you that things with the live example. 162 00:10:24,810 --> 00:10:26,250 So thanks for watching. 163 00:10:26,250 --> 00:10:28,320 I'll see you the next video. 16558

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.