To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TheCodeholic/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
Excellent content. I sat through all 3hrs over a few days. I love your delivery, I love how you don't edit out the troubleshooting portions and explain what you're doing and why you're doing it as you go. I followed along and even made the code work exactly as you have. Well Done SIR!!👏
the most advance and real world Laravel 10 Blog with Filament Admin Panel in yourube, thank you The Codeholic, can wait for more Laravel 10 projects and please make videos for new version of livewire 3
Thank You #thecodeholic I am about to start a new project with Laravel 10 and Filament, and have no idea about Filament so this video is just perfect for me.
Waiting, I laughed about 30 mins in the last part of your your react laravel Survey app. In the last part while deploying the project to the host server you got forced to change date and time and it was like really fun 😄 Sometimes computers drives us crazy by not working in our desired way Anyways thank you for the videos
Now that I found your channel, I cant stop watching your content! awesome video! I came across this as I was researching rapid development with laravel and filament. I decided to try this package out and had my mind blown on how easy it is to set up initial CRUD pages! thanks for sharing! #thecodeholic has gainned another loyal subscriber!
Hi honestly, you explain so well I want to switch to Laravel, thank you for helping us, I'm French but I can follow your tutorials without the sound and I understand very well, please can you make a new playlist basic training on Laravel 10 update, thank you very much
There are some fellas out there that not using English as their primary language. If you don't mind, I wanna request you to make Laravel or something using Internationalization/Localization. This thing lack of tutorials for PHP MVC on the internet. It would be nice if you can provide for us, may be some on the internet libraries, but they are outdated and most of them didn't implement best practices, good luck and thanks in advance.
This youtube channel is gold for php lovers . In my country Somalia most web projects is done by php ... thank you #thecodeholic for creating this amazing tutorial
i've though peoples on your country are always set sail to find the One Piece :) j/k : i really apreciate your effort for chasing the knowledge , hope your project will be finish successfully.
I am really excited to see what you are going to teach this time Zura about the recent version of laravel. I cannot wait to see the changes and the improvements of the infamous framework and see you how you'll integrated with Docker and Tailwind. TALL(Tailwind Alpine Livewire Laravel) for life!
Fantastic video!!! Just what I was looking for as I'm a beginner to Laravel and PHP and your videos have been extremely helpful and informative keep it up brother!!!!! #thecodeholic
Having problems with setting slug using the closure class in the CategoryResource as you have it in your code - get the following error: Argument #1 ($set) must be of type Closure, Filament\Forms\Set This error comes up when using this code to set the slug from the title: ->reactive() ->afterStateUpdated(function (Closure $set, $state) { $set('slug', Str::slug($state)); }), Had to use this code to fix - this is Filament version 3.x ()also need to import the Set Class. ->live() ->afterStateUpdated(fn (Set $set, ?string $state) => $set('slug', Str::slug($state)))
This is great! Also... typing in the input field was glitchy for me unless I used onBlur or added debounce with a short delay. live(onBlur: true) or live(debounce: 500)
2:28:45 I think we can add another join for getting count with only active posts like this ->join('posts', function($join) { $join->on('category_post.post_id', '=', 'posts.id') ->where('posts.active', '=', true); })
hi zura although i'm late but i'm still trying because i owe a lot to your channel and it's thanks to it that i managed to create something concrete with laravel. Thank you #thecodeholic
Hi, can we USE the filamentphp to management differencia Dashboards or only admin dashboard. I mean if I want to create a Webshop, of course I can use filament to create the admin dashboard to manage categories, users, products, orders. But can I use the filament to create a dashboard for the users “Webshop customers “ so they can login to manage their account,check their orders, change their address….?
I had trouble in file upload thumbnail, I got Cross-Origin Request Blocked and got 404 error finding thumbnail in public storage when view the post, is there any solution ?
I watched your laravel sail / docker tutorial before and I ran into two issues when I was adding more things (role-system, tags, search bar with a filter, etc..). We use Mac's at work, but I have a windows computer at home. 1. If you bind your Linux distro to quick access, vmmem may automatically start up when you use the file explorer. This can be inconvenient if you have limited RAM. 2. When I tried to load my custom CSS using the asset helper, it couldn't find it. However, I solved it by moving the CSS to the public folder, and it worked. Can I do this differently or is this correct? Why can't it pull from the resources folder when I'm correctly referencing it? Anyway this video was excellent and informative! It helped me a lot. Thank you, #thecodeholic!
Hi! How to make in Laravel many-to-many relation with compaund key (postId and categiryId) with out simple id. I think it's more natural for ERD. Using super id in table CategoryPosts cloud make doublicate records with the same postid and categoryid. What to do?
Maybe there is an "error" on 20:20, here you say that for best practice is better call the table "category_post" but you create a migration "category_posts". Should we rename the migration?
hey, thanks for your content, i need to change default name for migrations and classes. for example i need Category class to be BlogCategory how can i do that by default i get this error : Class "App\Models\Category" not found
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TheCodeholic/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
the seo meta title and description is a great feature thank you for covering everything best laravel blog project on youtube for sure!!
Excellent content. I sat through all 3hrs over a few days. I love your delivery, I love how you don't edit out the troubleshooting portions and explain what you're doing and why you're doing it as you go. I followed along and even made the code work exactly as you have. Well Done SIR!!👏
the most advance and real world Laravel 10 Blog with Filament Admin Panel in yourube, thank you The Codeholic, can wait for more Laravel 10 projects and please make videos for new version of livewire 3
thabk you the codeholic, i love the seo meta title and description feature, thank you for covering everything best laravel blog project ever
Thank You #thecodeholic I am about to start a new project with Laravel 10 and Filament, and have no idea about Filament so this video is just perfect for me.
Waiting, I laughed about 30 mins in the last part of your your react laravel Survey app. In the last part while deploying the project to the host server you got forced to change date and time and it was like really fun 😄 Sometimes computers drives us crazy by not working in our desired way
Anyways thank you for the videos
😅 Exactly. I was not able to deploy because my computer date was not correct. Funny and annoying... 😀
At ~ min 49:25 you reminded me to like the video if I haven't with a bit of guilt I've pushed the like button, good call!
Perfect course that I was waiting for. Please add many-to-many TAGS feature for posts. Thank you
Thank you, friend! All the best!
this look like so much fun to play around with on my next project
Omg! I cant wait for part2! wery big thank to you. Zura!!!
improving my listening eng skill by learning blog-building in Laravel. Thanks for such a detailed explanation, u re the best #thecodeholic.
Now that I found your channel, I cant stop watching your content! awesome video! I came across this as I was researching rapid development with laravel and filament. I decided to try this package out and had my mind blown on how easy it is to set up initial CRUD pages! thanks for sharing! #thecodeholic has gainned another loyal subscriber!
Thank you Mauricio.
You made my day
For output categories in siedebar without unpublished posts you need another one join with posts and where statement with active = true
->join('posts', function (JoinClause $join) {
$join->on('category_post.post_id', '=', 'posts.id')
->where('posts.active', '=', true);
})
( don't forget to add: use Illuminate\Database\Query\JoinClause; )
great content ready for part two!!
Great starter to my filament journey. Just precise content. I sat the 3hrs in a single sitting. Thanks #thecodeholic
#thecodeholic is the best content creator related to PHP Laravel I have ever experienced. You are AWESOME!!!
Hi honestly, you explain so well I want to switch to Laravel, thank you for helping us, I'm French but I can follow your tutorials without the sound and I understand very well, please can you make a new playlist basic training on Laravel 10 update, thank you very much
There are some fellas out there that not using English as their primary language. If you don't mind, I wanna request you to make Laravel or something using Internationalization/Localization. This thing lack of tutorials for PHP MVC on the internet. It would be nice if you can provide for us, may be some on the internet libraries, but they are outdated and most of them didn't implement best practices, good luck and thanks in advance.
finally am here now to advance more after survey project #TheCodeholic hoping for more. Big up
Happy watching!!
Great lessons here man. You got yourself a subscriber. Cheers.
Brother I can watch this tutorial without use docker ???!!
This youtube channel is gold for php lovers . In my country Somalia most web projects is done by php ... thank you #thecodeholic for creating this amazing tutorial
i've though peoples on your country are always set sail to find the One Piece :)
j/k : i really apreciate your effort for chasing the knowledge , hope your project will be finish successfully.
@@edwardelrics2138 i didn't win the project
@TheCodeholic. Thank you very much.
#thecodeholic . The best laravel project developer. good luck.
Really like the new background and camera quality. Keep it up 💪🏻. #thecodeholic
I am really excited to see what you are going to teach this time Zura about the recent version of laravel. I cannot wait to see the changes and the improvements of the infamous framework and see you how you'll integrated with Docker and Tailwind. TALL(Tailwind Alpine Livewire Laravel) for life!
the best channel to learn coding #thecodeholic
Many thanks for this tutorial
Can't wait for this 🤗
Sir, I hope you won't forget to add roles, recent or recommend articles and search.
Much love ❤️
Unfortunately they are not included in this part, maybe in the next part.
@@TheCodeholic I got it. It's ok in next part.
This is awesome video! I dont really understand Filament PHP yet, but I understood how great system it is. Thanks #thecodeholic always!
You can been chosen as a winner of Laravel E-commerce course giveaway. Can you please provide your email address here in comments?
Hey. Nice channel! Looking forward to this.
Wow! I'm just wrapping my head around Laravel. I've been really enjoying your videos! #thecodeholic
I am a beginner in laravel, but Im learning a lot in this channet, thanks mate #thecodeholic
Fantastic video!!! Just what I was looking for as I'm a beginner to Laravel and PHP and your videos have been extremely helpful and informative keep it up brother!!!!! #thecodeholic
Thank you Zura for such useful Laravel Filament tutorial 👍 🇬🇪😎
Thank you! Amazing video! Very helpfully and usefully! Do not stop! ))
Great 👍 Just searching for some good admin panel
Having problems with setting slug using the closure class in the CategoryResource as you have it in your code - get the following error:
Argument #1 ($set) must be of type Closure, Filament\Forms\Set
This error comes up when using this code to set the slug from the title:
->reactive()
->afterStateUpdated(function (Closure $set, $state) {
$set('slug', Str::slug($state));
}),
Had to use this code to fix - this is Filament version 3.x ()also need to import the Set Class.
->live()
->afterStateUpdated(fn (Set $set, ?string $state) => $set('slug', Str::slug($state)))
please pin this comment
if someone doesn't know which class to import this is it
use Filament\Forms\Set;
This is great! Also... typing in the input field was glitchy for me unless I used onBlur or added debounce with a short delay. live(onBlur: true) or live(debounce: 500)
Love this channel!
Laravel codeholic.... Course let's gooooo,,
Waiting patiently
Great tutorial!!! Good job!!!!
Quick question: on Filament my pictures are not getting showing.
why?
thank you in advance
2:28:45 I think we can add another join for getting count with only active posts like this
->join('posts', function($join) {
$join->on('category_post.post_id', '=', 'posts.id')
->where('posts.active', '=', true);
})
Great tut! Is there some kind of instructions or hint how to implement photo gallery inside post using filament?
Sir i am completing you lof of series like tailwind & alpine js ecommerce is amezing #thecodeholic
I will wait for part 2 #thecodeholic
+
Wow thank you man!
Excited to learn laravel!!
#thecodeholic
hi zura although i'm late but i'm still trying because i owe a lot to your channel and it's thanks to it that i managed to create something concrete with laravel.
Thank you #thecodeholic
I loved your video brother, thank you so much ^__^
Very informative about the filament on how to use it in actual project with client side, Thank you and keep up the good work. #thecodeholic
You can been chosen as a winner of Laravel E-commerce course giveaway. Can you please provide your email address here in comments?
Hello, thank you for chosing me.
@@jamars434 Welcome! But can register on the website and write your email address here so that I can give you an access?
Hi, can we USE the filamentphp to management differencia Dashboards or only admin dashboard. I mean if I want to create a Webshop, of course I can use filament to create the admin dashboard to manage categories, users, products, orders. But can I use the filament to create a dashboard for the users “Webshop customers “ so they can login to manage their account,check their orders, change their address….?
Look like this will be a great series! #thecodeholic
Great content as always! Thanks #thecodeholic and can’t wait to see the rest of the course 👍
Thank you so much
Amazing ! I have subscribed and I am looking forward to watch every Laravel related content. Thanks #thecodeholic for time and effort.
#TheCodeholic
The best tutor in the internet now a days.
I had trouble in file upload thumbnail, I got Cross-Origin Request Blocked and got 404 error finding thumbnail in public storage when view the post, is there any solution ?
Thank you.
Excited to be a part of this learning experience. #thecodeholic
have you make blade template tutorial for admin and clients ?i just wanna try without Filament
Just brilliant like always! Thank you Zura!❤❤❤❤❤❤🥳🥳🥳🥳🥳
You’re welcome 😊
Thank you for your video! I really like your phpstrom theme, could you tell me which is the name of theme?
Excellent !
Learning code + learning english, thanks for the content! #thecodeholic
Thanks great content
I waited For This Video the hole day , it was very good video #thecodeholic
Hi Zura, looks like you have developed the complete blog in this video so is there a second part coming?
Working on it!
Lmao I wasn't expecting to see kiralık aşk on a laravel tutorial, my parents love that show
10/10 🥰🥰🥰
Thanks for the video. Wishes
I watched your laravel sail / docker tutorial before and I ran into two issues when I was adding more things (role-system, tags, search bar with a filter, etc..). We use Mac's at work, but I have a windows computer at home.
1. If you bind your Linux distro to quick access, vmmem may automatically start up when you use the file explorer. This can be inconvenient if you have limited RAM.
2. When I tried to load my custom CSS using the asset helper, it couldn't find it. However, I solved it by moving the CSS to the public folder, and it worked. Can I do this differently or is this correct? Why can't it pull from the resources folder when I'm correctly referencing it?
Anyway this video was excellent and informative! It helped me a lot. Thank you, #thecodeholic!
great thing you do my friend giving us the chance to win a course made by ur brilliant mind thanks #thecodeholic
You can been chosen as a winner of Laravel E-commerce course giveaway. Can you please provide your email address here in comments?
Hey can u make projects using new Native PHP
Great tutorial as usual 🎉 Thanks a lot #thecodeholic 🙏
19:12 you can use constrained() instead of reference and on
Thanks for video😍
Can you show CI/CD process for Laravel? May be with GitLab
Never know about filament, good staff. #thecodeholic
Great series . 👍 #thecodeholic
You are always great. Love from heart.❤ #thecodeholic
Hi Zura! When will be second part of the course available?
Soon. I am working on editing.
@@TheCodeholic 🤗
You are awesome! Thank you for all the great content #thecodeholic.
Hello #thecodeholic have a question: for a laravel beginner in 2023 what combination you suggest: Laravel/vue or Laravel/React?
Vue is more beginner friendly.
You can been chosen as a winner of Laravel E-commerce course giveaway. Can you please provide your email address here in comments?
Thanks for your gift
I could not detect whether you registered on website or not. Can you write your email here?
I wrote email many times but comment disappeared. Another way to give email to you?
Hi! How to make in Laravel many-to-many relation with compaund key (postId and categiryId) with out simple id. I think it's more natural for ERD. Using super id in table CategoryPosts cloud make doublicate records with the same postid and categoryid. What to do?
Sir One Fully Functional Ecommerce Project in Laravel with React Js Plz sir
Can i continue the whole 3 part with out any docker ? please reply
Maybe there is an "error" on 20:20, here you say that for best practice is better call the table "category_post" but you create a migration "category_posts".
Should we rename the migration?
#thecodeholic this is the greatest tutorial I have ever seen
Thanks for the great tutorial! It's amazing to see how far I can go with Laravel and all the possibilities it offers. #thecodeholic
Love your content Zura, take love. #thecodeholic ❤❤
you are the best #thecodeholic
#TheCodeholic thanks for sharing with us. I look forward to learning.
Very clear and great project. #thecodeholic
I appreciate your time and effort in creating such a wonderful resource.
#thecodeholic
#thecodeholic I really enjoyed your custom PHP framework build. I hope to enjoy this too.
I hope so too!
#thecodeholic.. just found your channel today this is awesome content keep up the
#codeholic what a wonderful tutorial. Every sentence is meaninful and this must have information for everyone deve;oping with Laravel
hey, thanks for your content, i need to change default name for migrations and classes. for example i need Category class to be BlogCategory how can i do that
by default i get this error : Class "App\Models\Category" not found
is it good to use Filament or creating all from 0? I'm new to laravel and I do not know what is the best!?
If you want to learn as much as possible, try to create your own.
If you want to build something super quick use filament.