I really appreciate the effort put into creating these longer videos, and I like the concept behind them. It's clear how challenging it must be. I’d love to see you dive even deeper into certain areas to really showcase the best practices. That way, we can pick up on those small but valuable tips and tricks that come from years of experience and working on numerous projects.
Master Povilas and Laravel Daily Team! I've been a fan and premium subscriber over that past 2 years... I feel like my first week on this channel! 😁 This maybe a beginner tutorial but the meta-lessons on Enums, Database Seeders, Resource Controllers, Basic Eloquent... This tutorial is a monster! I've been following second by second over 2 days despite distractions of a weekend! Great Work! Laravel Daily!
This is amazing, you should do this more. Create something fullstack production ready so we know how things work in production. Use all the clean code techniques if you can
hey man, that's really awesome and i honestly prefer longer videos like this one that are more natural and without many cuts. i struggle to focus in general but videos like these were you get to see and ear anything are way better (for me) than the ones where there is too much editing, especially in technical videos. seeing how another developer, in that case a really good one, thinks and codes is really helpful and also interesting to watch.
This is a good model for my own personal preference. I’ll watch the premium vid first, and come here should I need expanded info on certain elements of the video. Good model, for me at least.
Personally, I like the short version with suggestions better.. it keeps me company at breakfast.. but congratulations for the initiative that must have taken a lot of time
Please do more of longer version for laravel advance projects. Maybe put the repo behind the pay wall so that only premium members can access the repo and us brokie are gonna code along with the legend. Cheers. Thank you for this video.
Thank you very much sir for the very informative videos, your videos helped a lot to improve my Laravel skills. Can you please also make 1-hour video for Laravel & breeze React with a custom theme, not a default theme?
Great video, as always! I think I would have preferred the use of native Policies rather than Spatie's, because their operation is almost the same for this project, and it could be a great reminder of the View ViewAny methods etc, and by the way reduce the number of third parties libraries. But great work!
Very good video! I am starting my learning path and it helped me to build my first app so thank You very much. I am curious if anybody could guide me how to show a list of tasks in project, user and client show blade (showing a list of tasks belonging to a user for example). Can i somehow use tasks.index view (but filtered) in my users.show blade?
Why is your users table migration file already populated with field descriptions? A fresh install reveals a class with two empty methods, up() and down(). Where can that code be found or does it now need to be created from scratch? Thank you.
@@LaravelDaily I upgraded Herd to the latest version including PHP and let the UI of Herd do the installation. Migrations are blank. Where can I reference the database, row, and column information? It has to be somewhere since the tables were created when the site was created. Otherwise, I can delete the site and try a CLI installation. But it had to create the table somehow!
That's multi-language, it comes from /lang folder, or vendor translations in case of Breeze, from what I remember. Read more in the docs here: laravel.com/docs/11.x/localization
Not sure if it's worth the video, it's just that sometimes the validation rules are a bit different, and then if-statements are needed to choose some of them in create/update only.
i like this approach! but i think this tutorial is not really for beginners, because you're navigating the project files way faster, which is very hard for a complete beginner. just my two cents. but for intermediate level laravel developers, this is a breathe of fresh air. nice work regardless!
This is the video where you get really off track. Sometimes you speak very quickly. Overall, it feels like I’m watching an amateur-made course. I hope in the future you focus less on profit and more on truly teaching people how to program.
Great video, as always. I have two questions on your project. # Database Concerning the following simplified DB schema: projects - user_id - client_id tasks - user_id - client_id - project_id Isn't projects.client_id and tasks.client_id redundant? With this setup, how do we ensure the two fields are "in sync"? # Factories I like your setup, like in project factory you have: $users = User::pluck('id'); return [ "user_id" => $users-random(), "name" => fake()->words(2, true), ]; But this means that we have to remember in which order we use the Factories. You cannot factory-create a Project unless you have created a user first. If we used "user_id" => User::factory() the order in which the factories are called doesn't matter. But at the same time, it makes our seeders more complex, beause we have to manually feed "sensible" relationships to the factories. What do you think?
Finally, a comment on the actual topic of the video! :) DB structure: you're right that you could get the relationship from parent's parent, but then it would be a slower query. In this project, I didn't build anything for them to be in sync but in real project I would do that with observers, probably and not show the dropdown in the form. With factories, those things are personal preferences.
@@LaravelDaily great work here but also have issues on how to manage the redundancy in these two fields kindly reach out on this even if i have to pay for the advanced part
Thank you very much, I started my career as Laravel developer by watching your videos
I really appreciate the effort put into creating these longer videos, and I like the concept behind them. It's clear how challenging it must be. I’d love to see you dive even deeper into certain areas to really showcase the best practices. That way, we can pick up on those small but valuable tips and tricks that come from years of experience and working on numerous projects.
Nice idea, I will learn step by step your approach to create a application. Please keep it up...
Sharing this masterpiece with my students ❤
Thank you, Uncle Povilas 🎉
Great tutorial! This step-by-step guide is really helpful for beginners learning to build a CRM in Laravel. Please make more videos like this. Thanks!
Master Povilas and Laravel Daily Team! I've been a fan and premium subscriber over that past 2 years... I feel like my first week on this channel! 😁
This maybe a beginner tutorial but the meta-lessons on Enums, Database Seeders, Resource Controllers, Basic Eloquent...
This tutorial is a monster!
I've been following second by second over 2 days despite distractions of a weekend!
Great Work! Laravel Daily!
Thanks for the kind words!
this is great! like this one more than shorter and more specific ones. you cover a lot of things in just 1 hour. thanks from LV :)
great Povilas!! Super Idea with the hole projects! I am already member of Laraveldaily
I personally vote for more of these. Thank you for preparing this tutorial.
Good explanation Povilas! Great for beginners!
Please do more of this. This helps alot.
This is amazing, you should do this more. Create something fullstack production ready so we know how things work in production. Use all the clean code techniques if you can
please do more of this . i hope you do a long video and using service design pattern with DTOs and clean code .
hey man, that's really awesome and i honestly prefer longer videos like this one that are more natural and without many cuts. i struggle to focus in general but videos like these were you get to see and ear anything are way better (for me) than the ones where there is too much editing, especially in technical videos. seeing how another developer, in that case a really good one, thinks and codes is really helpful and also interesting to watch.
Great Idea and Content
Thank you so much for your efforts
Good tutorial. I think that adding another one based on apis would be a good idea. Thanks a lot
I am ready for a 12 hours video
Thank you
Very well explained
No problem with long videos sir
You can make it for 4-5 hours long and we love it
Thanks
This is a good model for my own personal preference. I’ll watch the premium vid first, and come here should I need expanded info on certain elements of the video. Good model, for me at least.
Thank you and continue shooting videos like this, it's a really great idea
That's a great project! I don't mind the longer video format
yep, finally someone does the subject in a comprehensible manner
Thank you so much Povilas for this! Great content!
Thanks for your videos man!
Need more of this🎉
this is amazing please make these type of long projects videos
Loved it❤
Personally, I like the short version with suggestions better.. it keeps me company at breakfast.. but congratulations for the initiative that must have taken a lot of time
I really like this new format, can you make more videos like this? I feel like I learn alot watching your work process :D thanks!
great video for new developers, now please make one for advanced developers
Please do more of longer version for laravel advance projects. Maybe put the repo behind the pay wall so that only premium members can access the repo and us brokie are gonna code along with the legend. Cheers. Thank you for this video.
now we need a multi-tenant example long video too 👌
please more!🤩
Thank you very much sir for the very informative videos, your videos helped a lot to improve my Laravel skills. Can you please also make 1-hour video for Laravel & breeze React with a custom theme, not a default theme?
Great video, as always! I think I would have preferred the use of native Policies rather than Spatie's, because their operation is almost the same for this project, and it could be a great reminder of the View ViewAny methods etc, and by the way reduce the number of third parties libraries. But great work!
Yeah, I actually thought the same in the end, that Spatie package for this simple use case is an overkill.
thanks for this practice🙏
Thank you so mucch, yesterday i just appointmented to build Laravel project and dont know where to start
please more long videos
Amazing ❤🎉 thanks
Thank you sir❤
Great job, can you do something advance topic with this format?
Don't forget to restart your browser to update Chrome 😁
And of course, thanks a lot for your work!
Thank you
It works well yea
At 32:15 I tried to login as admin but it shows credentionals do not match our records I think you missed steps of spatie middleware
stunning
Perfect mayby samsing about api or pacage create
Thanks man :-)
Thank you for all you do sir.
Quick question please, how did you get your code to "fold" the way it does?
What do you mean by "fold"? Maybe you're talking about some feature of PhpStorm.
@@LaravelDaily I meant the way your code "slides" under their parent tags. Is that a feature of PHPStorm?
Still didn't understand, sorry. Send me a screenshot to povilas@laraveldaily.com :)
For super-begginers it would be great to see the how too of a simple services website.
I use one single form to both said create and update so its valid make a video for that
I think it's a good thing to do a complete Real project
Very good video! I am starting my learning path and it helped me to build my first app so thank You very much. I am curious if anybody could guide me how to show a list of tasks in project, user and client show blade (showing a list of tasks belonging to a user for example). Can i somehow use tasks.index view (but filtered) in my users.show blade?
Please make longer videos with real project
Why is your users table migration file already populated with field descriptions? A fresh install reveals a class with two empty methods, up() and down(). Where can that code be found or does it now need to be created from scratch? Thank you.
No, fresh Laravel install has users table with all the fields. Not sure why it doesn't for you.
@@LaravelDaily I upgraded Herd to the latest version including PHP and let the UI of Herd do the installation. Migrations are blank. Where can I reference the database, row, and column information? It has to be somewhere since the tables were created when the site was created. Otherwise, I can delete the site and try a CLI installation. But it had to create the table somehow!
@@LaravelDaily Working now, thanks!
💙💙💙
what extension uses to autocomplete code
PhpStorm with Local AI assistant.
@LaravelDaily but it's paid right any free extension do you have
please do auth with cookie... i always got token xsrf mismatch or unauthenticated.... with laravel 11...
with laravel 10 all was fine
how does the {{ __('Profile") }} syntax work?
That's multi-language, it comes from /lang folder, or vendor translations in case of Breeze, from what I remember.
Read more in the docs here: laravel.com/docs/11.x/localization
what's the problem if we use same request for store and update make short video for that please..
Not sure if it's worth the video, it's just that sometimes the validation rules are a bit different, and then if-statements are needed to choose some of them in create/update only.
But actually I found an old video about it: ua-cam.com/video/YK8GZmuf8_0/v-deo.html
@@LaravelDaily thanq so much sir
When you post a copy of the code at 11 minutes. where can I get a copy of that code so I can keep following long with you?
As I mentioned in the video, the code repo is available in premium version
Hello
Can I download the courses from laravel daily if i subscribe fro one month?
Thank you
Since 2023, most recent courses are TEXT format, not video. So there's nothing to download, really.
i like this approach! but i think this tutorial is not really for beginners, because you're navigating the project files way faster, which is very hard for a complete beginner. just my two cents.
but for intermediate level laravel developers, this is a breathe of fresh air. nice work regardless!
Excuse me , is this paid or free?
This UA-cam video is free. But if you want the repository, then there's a paid version.
This is the video where you get really off track. Sometimes you speak very quickly. Overall, it feels like I’m watching an amateur-made course. I hope in the future you focus less on profit and more on truly teaching people how to program.
Great video, as always.
I have two questions on your project.
# Database
Concerning the following simplified DB schema:
projects
- user_id
- client_id
tasks
- user_id
- client_id
- project_id
Isn't projects.client_id and tasks.client_id redundant?
With this setup, how do we ensure the two fields are "in sync"?
# Factories
I like your setup, like in project factory you have:
$users = User::pluck('id');
return [
"user_id" => $users-random(),
"name" => fake()->words(2, true),
];
But this means that we have to remember in which order we use the Factories.
You cannot factory-create a Project unless you have created a user first.
If we used
"user_id" => User::factory()
the order in which the factories are called doesn't matter.
But at the same time, it makes our seeders more complex, beause we have to manually feed "sensible" relationships to the factories.
What do you think?
Finally, a comment on the actual topic of the video! :)
DB structure: you're right that you could get the relationship from parent's parent, but then it would be a slower query. In this project, I didn't build anything for them to be in sync but in real project I would do that with observers, probably and not show the dropdown in the form.
With factories, those things are personal preferences.
@@LaravelDaily great work here but also have issues on how to manage the redundancy in these two fields kindly reach out on this even if i have to pay for the advanced part