Hey laravel daily, you said you dont need to pass the properties to the error message component. this is technically true, but the advantage of passing the errors is that it makes the component less coupled to the session and modular because then you can pass in any errors you like. There is also something to be said about how passing data explicitly is more robust.
thank you for the video, breeze is a good start, laravel jetstream has so many blind spots that dont give me the confidence to move on with my projects. i will start with this and grow with it
Nice introduction to Breeze, but how can you extend the core functionality if you want to? For example adding 2fa or user roles or force sign out and email activation first etc.
When adding the profile and starting the server I keep getting ParseErrorsyntax error, unexpected end of file, expecting "else if" or "else" or "endif" any advice?
Hey Laravel Daily, Thanks for the great video, i have customized Breeze from this video, but can you tell me where the Email template is for the "Forgot Your Email" before you login, i would like to customized the email being sent out and i cant find its location. thank you again for the great content
Your code shows a lot of tips: for example it shows Route::view( and then the 'uri:', how can I get this line tip? or is this a VSC mac feature? I am on windows
Hi, I had the same problem and found the fix for me. I use visual studio and then Control+P to open up that search bar which he does in phpstorm, then i can see navigation.blade.php 2 times. you need to work in the one which is part of 'YourProject/resources/views/layouts' not the other one. that should fix it.
@@LaravelDaily do I need to envelop the route function that Breeze already creates for the dashboard in a Route::group along with the other routes that I want to create?
Hello. sorry im just a beginner, im following your tutorial, my question is why does the words, uri: view: and name is not showing in my visual studio code
I know this is an extra question, but there is an Email Verification process which requires a user to verify their email after logging in. How would you add middleware 'verified' (for users needing to verify their email) to the routes group that you created? I did find a bit of documentation on Laravel's website in the section "verification" > "protecting routes"
I don't remember how I structured the routes in that video, but typically it's Route::group(['middleware' => 'verified'], function() {.... all routes inside here ... });
Se for pt-br, você pode usar essa biblioteca: lucascudo/laravel-pt-br-localization, já vem com muita coisa pronta. De qualquer modo, os arquivos de tradução ficam em resources/lang, é bem tranquilo de adicionar/alterar itens.
I've created a page using code analogous to this but it doesn't seem to be saving to the DB. I noticed you don't review the SQL post-update for the profile - does this video not cover that, or is this a problem with my code?
Am I the only one who have a really hard time understanding and using components in Laravel ? I feel like components divide the view part way too much. Like why would you need a component for a button, a label or an input ? To make them "dynamic" and write ifs and switchs and have to memorie what params it needs to do something or to brake the entire project if you change something ? Really ? I am not a big fan of reusable code that is filled with ifs and switches statements. I can use components in Vue easly, not as "low level" as making components for each element like button, label, input ,etc, but for general stuff like items on a list, header, footer, etc(bigger stuff).
This is really awesome. thanks. I installed it the other day and couldn't find much information about it. And I remember being like, now what.
Hey laravel daily, you said you dont need to pass the properties to the error message component. this is technically true, but the advantage of passing the errors is that it makes the component less coupled to the session and modular because then you can pass in any errors you like. There is also something to be said about how passing data explicitly is more robust.
Thanks for the video. I agree Laravel breeze lacks documentation out there and your video really helped kicked start my learning trajectory.
This video is it, it's putting all my study together in my mind.
10/10 in every video Mr Daily!
thank you for the video, breeze is a good start, laravel jetstream has so many blind spots that dont give me the confidence to move on with my projects. i will start with this and grow with it
Thanks for tutorials. this video help me display success message in my blade
Nice, Pov, back to basics. Keep it up.
Well, Breeze is not THAT basic, with Blade components and Tailwind being new things for many Laravel developers :)
I guess I'm just not a fan of the Livewire stuff.
Greetings from Brazil
Perfect, exactly the same thing I was looking for. :-) Thank you
Breeze is really breeze... Just started a new project with
Your content is best ❤️
Highly appreciated.
Extremely useful 👏👏
Nice introduction to Breeze, but how can you extend the core functionality if you want to? For example adding 2fa or user roles or force sign out and email activation first etc.
Excellent, thank you
when i press update it will ot redirect to profile page but it will get blank page.Pleasehelp me.
yeah example what do I do after installing breeze api?
Hi! How to add modals into laravel breeze with Tailwind CSS? Propertie data-modal-toggle dosent work :(
Pure gold
amazing video!!!!!
When adding the profile and starting the server I keep getting ParseErrorsyntax error, unexpected end of file, expecting "else if" or "else" or "endif" any advice?
Here is your daily like 👍
Hey Laravel Daily, Thanks for the great video, i have customized Breeze from this video, but can you tell me where the Email template is for the "Forgot Your Email" before you login, i would like to customized the email being sent out and i cant find its location. thank you again for the great content
thanks
10:26 mine is not working, i have to update also the password in order to successfuly update user info.
Useful video
Thank you soo much! you saved me sir
Your code shows a lot of tips: for example it shows Route::view( and then the 'uri:', how can I get this line tip? or is this a VSC mac feature? I am on windows
It's from PhpStorm.
The GET method is not supported for this route. Supported methods: POST.
Nice stuff...!!
I followed everything but there is an inconsistency;
About in the profile thing, it does not have any columns
Hello Teacher,
I want to view user profile with Role Name as the Role_Name has foreign Id to User Table. Can You help me out.
Regards,
AQ
After I fixed code in Breeze, It didn't work even though it just :
You are logged in !
Hello world >>>> // doesn't display
. Anyone help me.
Really nice video, thanks! Only thing I am missing is the email verification after it is changed.
i cant seem to find the index blade file
Thank you
Can anyone explain me that how can i set up project2.test url for my project
Hi, I've followed steps up until 2.24 but I dont see the new menu item. Is there some type of cache/rebuilding step required to see changes?
Hi, I had the same problem and found the fix for me. I use visual studio and then Control+P to open up that search bar which he does in phpstorm, then i can see navigation.blade.php 2 times. you need to work in the one which is part of 'YourProject/resources/views/layouts' not the other one. that should fix it.
Thank you for these tips. Can you shot the same about Breeze with InertiaJS, (dis)advantages?
I don't work that much with Inertia, so wouldn't be qualified to shoot a video on this.
Is there any tutorial that used Customize Laravel Breeze with Vue JS?
Not yet, but it's coming: twitter.com/taylorotwell/status/1466161590928085001
Thanks
how to fade out that session messages?
One way is with Alpine.js, look at the source how it's done in Jetstream.
Can I use bootstrap instead of tailwind css when in Laravel Breeze?
No
@@LaravelDaily Why does Breeze care about that?
remove laravel/breeze and install laravel/ui. There you can
Hi, how can I pass data to the standard dashboard view from Breeze? I didn't found the controller of the dashboard view.
You can create that controller and point to it in the routes.
@@LaravelDaily do I need to envelop the route function that Breeze already creates for the dashboard in a Route::group along with the other routes that I want to create?
It depends on what you want inside that group, I can't answer that for you
getting this error..Undefined property: Illuminate\Auth\AuthManager::$user
I came here by searching mega menu tailwind. Actually my tailwind mega menu dropdown is not working.
Hello. sorry im just a beginner, im following your tutorial, my question is why does the words, uri: view: and name is not showing in my visual studio code
Because I'm using phpstorm and not vs code
would you create a Livewire CRUD SPA Admin Panel in short???
Laravel Admin
@@joe_fu yeah! laravel livewire SPA admin panel
I know this is an extra question, but there is an Email Verification process which requires a user to verify their email after logging in. How would you add middleware 'verified' (for users needing to verify their email) to the routes group that you created? I did find a bit of documentation on Laravel's website in the section "verification" > "protecting routes"
I don't remember how I structured the routes in that video, but typically it's Route::group(['middleware' => 'verified'], function() {.... all routes inside here ... });
Try Route::group(['middleware' => ['auth', 'verified']], function () {});
Maybe you can make video about Signed URLs?
I don't think I can add more about them than it is in the official documentation, it's all pretty clear there, and it's a small feature.
Top 🔥
How can I translate x-auth-errors to my language, which is portuguese?
Se for pt-br, você pode usar essa biblioteca: lucascudo/laravel-pt-br-localization, já vem com muita coisa pronta. De qualquer modo, os arquivos de tradução ficam em resources/lang, é bem tranquilo de adicionar/alterar itens.
@@TheSamfelgar Ah sim, valeu ! Não sabia aonde ficava os arquivos de linguagem.
I've created a page using code analogous to this but it doesn't seem to be saving to the DB. I noticed you don't review the SQL post-update for the profile - does this video not cover that, or is this a problem with my code?
in my password validation I had to pass nullable, so he doesn't consider when the password was not informed
Am I the only one who have a really hard time understanding and using components in Laravel ? I feel like components divide the view part way too much. Like why would you need a component for a button, a label or an input ? To make them "dynamic" and write ifs and switchs and have to memorie what params it needs to do something or to brake the entire project if you change something ? Really ?
I am not a big fan of reusable code that is filled with ifs and switches statements.
I can use components in Vue easly, not as "low level" as making components for each element like button, label, input ,etc, but for general stuff like items on a list, header, footer, etc(bigger stuff).
I was not a big fan either, but then changed my mind a bit, my thoughts in this video: ruclips.net/video/HybWBINeXMw/видео.html