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.
@Alex-kv8zy Жыл бұрын
the seo meta title and description is a great feature thank you for covering everything best laravel blog project on youtube for sure!!
@CyberAutomate Жыл бұрын
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!!👏
@basilistigris640 Жыл бұрын
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
@harounboukerch3072Ай бұрын
thabk you the codeholic, i love the seo meta title and description feature, thank you for covering everything best laravel blog project ever
@AJayAJay-gh1wr Жыл бұрын
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!
@michaburdziak1181 Жыл бұрын
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.
@AlinaFoxDetox Жыл бұрын
For output categories in siedebar without unpublished posts you need another one join with posts and where statement with active = true
@NoelDev-2023 Жыл бұрын
->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; )
@domjag7911 Жыл бұрын
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)))
@carlogustavovalenzuelazepe5774 Жыл бұрын
please pin this comment
@carlogustavovalenzuelazepe5774 Жыл бұрын
if someone doesn't know which class to import this is it use Filament\Forms\Set;
@usernamediv11 ай бұрын
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)
@robinsedeqi2535 Жыл бұрын
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
@TheCodeholic Жыл бұрын
😅 Exactly. I was not able to deploy because my computer date was not correct. Funny and annoying... 😀
@wtfdoiputhere3 ай бұрын
this look like so much fun to play around with on my next project
@riadhcoding9 ай бұрын
Brother I can watch this tutorial without use docker ???!!
@rafaelcardosotrentin7644 Жыл бұрын
Thank you, friend! All the best!
@KhaldounSenjab Жыл бұрын
Perfect course that I was waiting for. Please add many-to-many TAGS feature for posts. Thank you
@valeraaligator999 Жыл бұрын
Omg! I cant wait for part2! wery big thank to you. Zura!!!
@letm0uin Жыл бұрын
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!
@TheCodeholic Жыл бұрын
Thank you Mauricio. You made my day
@tafadzwamukwepa4517 Жыл бұрын
Great lessons here man. You got yourself a subscriber. Cheers.
@kenmutesh4265 Жыл бұрын
finally am here now to advance more after survey project #TheCodeholic hoping for more. Big up
@ВладиславАн-л3х Жыл бұрын
improving my listening eng skill by learning blog-building in Laravel. Thanks for such a detailed explanation, u re the best #thecodeholic.
@Alex-kv8zy Жыл бұрын
great content ready for part two!!
@HidayatLahabu Жыл бұрын
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 ?
@vardanmanukyan5343 Жыл бұрын
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); })
@umersaeed259 Жыл бұрын
#thecodeholic is the best content creator related to PHP Laravel I have ever experienced. You are AWESOME!!!
@htk0002 Жыл бұрын
Really like the new background and camera quality. Keep it up 💪🏻. #thecodeholic
@petermwangi7274 Жыл бұрын
Great starter to my filament journey. Just precise content. I sat the 3hrs in a single sitting. Thanks #thecodeholic
@vmvm9758 Жыл бұрын
19:12 you can use constrained() instead of reference and on
@robertocannella1881 Жыл бұрын
Hey. Nice channel! Looking forward to this.
@robertocannella1881 Жыл бұрын
Wow! I'm just wrapping my head around Laravel. I've been really enjoying your videos! #thecodeholic
@pnezerwa Жыл бұрын
Can't wait for this 🤗 Sir, I hope you won't forget to add roles, recent or recommend articles and search. Much love ❤️
@TheCodeholic Жыл бұрын
Unfortunately they are not included in this part, maybe in the next part.
@pnezerwa Жыл бұрын
@@TheCodeholic I got it. It's ok in next part.
@user-ps1uc5fg3i Жыл бұрын
This is awesome video! I dont really understand Filament PHP yet, but I understood how great system it is. Thanks #thecodeholic always!
@TheCodeholic Жыл бұрын
You can been chosen as a winner of Laravel E-commerce course giveaway. Can you please provide your email address here in comments?
@abbasmohamedwalaal5753 Жыл бұрын
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
@edwardelrics2138 Жыл бұрын
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.
@abbasmohamedwalaal5753 Жыл бұрын
@@edwardelrics2138 i didn't win the project
@vusumzimaya5978 Жыл бұрын
I am a beginner in laravel, but Im learning a lot in this channet, thanks mate #thecodeholic
@robinskills Жыл бұрын
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!
@bembambimbombum Жыл бұрын
Happy watching!!
@mexantos Жыл бұрын
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.
@unkownsiner Жыл бұрын
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
@artnation661210 ай бұрын
Many thanks for this tutorial
@GJROBOTICS Жыл бұрын
#thecodeholic . The best laravel project developer. good luck.
@reelsergealain Жыл бұрын
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
@millennialsdev Жыл бұрын
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?
@ivanbarta2821 Жыл бұрын
Great 👍 Just searching for some good admin panel
@DeniZZZNET Жыл бұрын
Thank you! Amazing video! Very helpfully and usefully! Do not stop! ))
@CodeFisher Жыл бұрын
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….?
@KhantSiThuPhyo-c5c11 ай бұрын
have you make blade template tutorial for admin and clients ?i just wanna try without Filament
@jepeto913 Жыл бұрын
Thank you Zura for such useful Laravel Filament tutorial 👍 🇬🇪😎
@BorisPZ Жыл бұрын
Great tut! Is there some kind of instructions or hint how to implement photo gallery inside post using filament?
@josuenlandu89078 ай бұрын
@TheCodeholic. Thank you very much.
@naddielsanchez6288 Жыл бұрын
Great tutorial!!! Good job!!!! Quick question: on Filament my pictures are not getting showing. why? thank you in advance
@RyuBateson218 Жыл бұрын
Love this channel!
@jamars434 Жыл бұрын
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
@TheCodeholic Жыл бұрын
You can been chosen as a winner of Laravel E-commerce course giveaway. Can you please provide your email address here in comments?
@jamars434 Жыл бұрын
Hello, thank you for chosing me.
@TheCodeholic Жыл бұрын
@@jamars434 Welcome! But can register on the website and write your email address here so that I can give you an access?
@abirbd369 Жыл бұрын
Amazing ! I have subscribed and I am looking forward to watch every Laravel related content. Thanks #thecodeholic for time and effort.
@themonster4759 Жыл бұрын
Can i continue the whole 3 part with out any docker ? please reply
@AkiyamaTheekshana3 күн бұрын
Is there a way to customize the default admin panel using Alpine.js, such as adding toggle buttons and drag-and-drop behaviors?
@TheCodeholic3 күн бұрын
Yes everything is possible. Check filament docs
@AkiyamaTheekshana2 күн бұрын
@ thank you bro
@FethiKebbas Жыл бұрын
the best channel to learn coding #thecodeholic
@acedinhdev Жыл бұрын
when i typing title it updated the slug but if i type fast it will remove the character in title. how to fix it sir?
@calyelacefield1607 Жыл бұрын
In PostResource.php, change ->live to ->live(onBlur: true) in the title schema. It will populate the slug after the title is created and the user clicks away.
@abubakarwazihtushar1865 Жыл бұрын
Why did you use docker? Is it possible to do without docker?
@aleksandrvershinin952 Жыл бұрын
ofcourse it's possible. It's just development environment. You can use MAMP/XAMPP, valet, homestead or nothing at all just install everything locally. If you asking such questions you should educate yourself on this subject first.
@martinlescotcerda3025 Жыл бұрын
it's necessary create this project with docker?
@TheCodeholic Жыл бұрын
No.
@HHChi-p6n Жыл бұрын
Thank you for your video! I really like your phpstrom theme, could you tell me which is the name of theme?
@ucokdandun Жыл бұрын
hello mates, i have some questions, i try build apps with filament as a dashboard and admin panel, so i have feature with element Wizard inside it, so im stuck with filament if i trying to store some data with multi model/tables in one resource, thats wizard form need save any session and going to other step and finally submit to table that have some tables, but handle by one resources, thanks mate for attention
@actu-soft Жыл бұрын
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
@KiaBoluki Жыл бұрын
Thank you very much #thecodeholic I'm immensely grateful for the exceptional content you share on your #thecodeholic KZbin channel. Your clear and concise tutorials have been invaluable in my development journey. Your passion and dedication to helping others are truly inspiring. Thank you for creating an inclusive learning environment and fostering a supportive community. Your videos make complex concepts approachable and your enthusiasm is contagious. I eagerly anticipate each new release, eager to expand my coding skills. Thank you for being an outstanding educator and mentor. Your impact on aspiring developers like me is immeasurable.
@TheCodeholic Жыл бұрын
Thank you my friend. Such comments are my biggest motivation
@DeniZZZNET Жыл бұрын
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?
@pjr Жыл бұрын
Hi Zura, looks like you have developed the complete blog in this video so is there a second part coming?
@TheCodeholic Жыл бұрын
Working on it!
@badalsinghania Жыл бұрын
My xampp is running well and i am not getting any error but why does the "PHP artisan migrate" command not create new tables in my database, except by default tables users, migrations and password resets? If t have solution, feel free to help me.
@thecodecoffeelab Жыл бұрын
Just brilliant like always! Thank you Zura!❤❤❤❤❤❤🥳🥳🥳🥳🥳
@TheCodeholic Жыл бұрын
You’re welcome 😊
@jayadevrath2364 Жыл бұрын
Sir i am completing you lof of series like tailwind & alpine js ecommerce is amezing #thecodeholic
@truthteachers Жыл бұрын
Can I do this course without docker? I don't want another learning dependency.
@TheCodeholic Жыл бұрын
Yes you can do if you have done any Laravel project before. However I really reccomend to setup docker and go with that. There is not that much to learn around docker in this project. You just need to run commands to start amd stop containers
@truthteachers Жыл бұрын
@@TheCodeholic Thank you. I would prefer and recommend not to. It just too many dependencies in the development process. The key result area to business solution development is delivery time. Any additional dependency in the process is just time wasters which results in missed targets. As it is, there are already too much rubbish created in the industry by "super-geniuses" who really have nothing to do. We can do without these. If a time comes that php is dependent on this docker, we will drop php from our development platform. This is just my views after 45 years in the IT industry.
@DEBUGENTITY Жыл бұрын
Hey can u make projects using new Native PHP
@abkdevs Жыл бұрын
I loved your video brother, thank you so much ^__^
@ayoublou443 Жыл бұрын
I waited For This Video the hole day , it was very good video #thecodeholic
@brhoom.h8 ай бұрын
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!?
@TheCodeholic8 ай бұрын
If you want to learn as much as possible, try to create your own. If you want to build something super quick use filament.
@rizwanooo5655 Жыл бұрын
hey , how to run it on Vscode Studio ?
@jamesanuncio2773 Жыл бұрын
Excited to learn laravel!! #thecodeholic
@valeraaligator999 Жыл бұрын
Hi Zura! When will be second part of the course available?
@TheCodeholic Жыл бұрын
Soon. I am working on editing.
@valeraaligator999 Жыл бұрын
@@TheCodeholic 🤗
@fallanstar Жыл бұрын
Sir One Fully Functional Ecommerce Project in Laravel with React Js Plz sir
@SickOfMetal Жыл бұрын
Wow thank you man!
@nikoalhudayusuf2618 Жыл бұрын
I will wait for part 2 #thecodeholic
@valeraaligator999 Жыл бұрын
+
@aminjalalvand6341 Жыл бұрын
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
@ulijibkadelm318 Жыл бұрын
Learning code + learning english, thanks for the content! #thecodeholic
@sincead Жыл бұрын
Great content as always! Thanks #thecodeholic and can’t wait to see the rest of the course 👍
@the_king_3253 ай бұрын
name editor please
@abdullahelsaid Жыл бұрын
Thank you. Excited to be a part of this learning experience. #thecodeholic
@jafarghorbani-vh4qb Жыл бұрын
Hello #thecodeholic have a question: for a laravel beginner in 2023 what combination you suggest: Laravel/vue or Laravel/React?
@TheCodeholic Жыл бұрын
Vue is more beginner friendly.
@TheCodeholic Жыл бұрын
You can been chosen as a winner of Laravel E-commerce course giveaway. Can you please provide your email address here in comments?
@jafarghorbani-vh4qb Жыл бұрын
Thanks for your gift
@TheCodeholic Жыл бұрын
I could not detect whether you registered on website or not. Can you write your email here?
@jafarghorbani-vh4qb Жыл бұрын
I wrote email many times but comment disappeared. Another way to give email to you?
@codernerd7076 Жыл бұрын
Look like this will be a great series! #thecodeholic
@themonster4759 Жыл бұрын
do i need docker ?
@grizzleyapps4959 Жыл бұрын
Laravel codeholic.... Course let's gooooo,,
@ahmedsunil3235 Жыл бұрын
How to add a publish or unpublish button in filament
@JoolChannel9 ай бұрын
Great tutorial as usual 🎉 Thanks a lot #thecodeholic 🙏
@TrungDoan081210 ай бұрын
can u do tutorial to pull code github? i pulled but cant run command docker
@azad_agi Жыл бұрын
Thank you so much
@csilipo Жыл бұрын
#thecodeholic So Sail is just a link to Docker? I understand now! tks Carlo
@TheCodeholic Жыл бұрын
The idea is that. It's interface to comunicate to docker
@grigodoes Жыл бұрын
Thanks for video😍 Can you show CI/CD process for Laravel? May be with GitLab
@phpisdead Жыл бұрын
How many series will there be?
@TheCodeholic Жыл бұрын
Not sure yet. I plan second part right now
@1ЗЗ7 Жыл бұрын
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!
@HamadAbdulla_7 Жыл бұрын
Thanks great content
@Colwc Жыл бұрын
You are awesome! Thank you for all the great content #thecodeholic.
@nadetdevfullstack7041 Жыл бұрын
Excellent !
@brahimalloud6636 Жыл бұрын
great thing you do my friend giving us the chance to win a course made by ur brilliant mind thanks #thecodeholic
@TheCodeholic Жыл бұрын
You can been chosen as a winner of Laravel E-commerce course giveaway. Can you please provide your email address here in comments?
@ArielLagata-t4o Жыл бұрын
#TheCodeholic The best tutor in the internet now a days.
@mhasancoder Жыл бұрын
Love your content Zura, take love. #thecodeholic ❤❤
@kemal6039 Жыл бұрын
Lmao I wasn't expecting to see kiralık aşk on a laravel tutorial, my parents love that show