Anxiously waiting for the next video! Great series! Keep up the good work!
@PrawinMinj-kh8ti3 күн бұрын
Loved it.
@kamizanamirudin40173 күн бұрын
what software/application that you are using in the first minute of your video to change your localhost name and set the https?
@Aljunskie5 күн бұрын
Love it
@danm7358 күн бұрын
I think the repo only goes up to lesson #5. Is it possible please to get the whole code base? Thanks!
@TillyTheCoder6 күн бұрын
It should be updated now 😊
@danm7355 күн бұрын
@@TillyTheCoder Thanks so much!
@dsmith15469 күн бұрын
Can you please push the latest to master branch? Thank you!
@TillyTheCoder9 күн бұрын
Sorted
@sulaimanmisri64119 күн бұрын
Thank you for the video tutorial @Tilly
@deanfields317710 күн бұрын
Thanks for the great tutorial! I see there are only two parts to this, is it possible to access the GitHub repo of the final solution to look at how you've done things like the 2FA?
@mohammadhoseinkamari10 күн бұрын
Hi, really great series Tilly. Can you make a video about this dynamic component tag or give me a ref? I am so obsessed with it. Thank you so much, dear Tilly.👍👍
@AfricansOnline11 күн бұрын
This is information only. I am not too sure if you noticed that the a-tag clickable link in the code below, only works on the first two or three words. The issue is to do with this {!! $tweet->content_with_links !!}. tweets\tweet.blade.php <a href="{{ route('tweet.show', $tweet) }}" wire:navigate.hover class="!text-white !no-underline bg-red-600"> <p class="tweet-body"> {!! $tweet->content_with_links !!} </p> </a>
@TillyTheCoder10 күн бұрын
Ah yes it’s part of part 2, which will address it
@AfricansOnline10 күн бұрын
Sorry for jumping the gun
@alfandirifaul11 күн бұрын
Internal Server Error Symfony\Component\Routing\Exception\RouteNotFoundException Route [filament.admin.pages.themes] not defined. i had an error like this after configure my filament, do you have any idea to fix it?
@daflexx200314 күн бұрын
:))))
@juneldelacuadra597315 күн бұрын
Thank you.
@bunchiochi16 күн бұрын
Thanks for your consistency with these videos tilly, God bless you.
@juneldelacuadra597316 күн бұрын
Happy New Year.... Thank you for this brand new tutorial.
@TillyTheCoder16 күн бұрын
You’re welcome 😊
@AfricansOnline17 күн бұрын
Happy New Year, and thanks for all the great tutorial of 2024. You sometimes make them look seamless, easy and straight forward. Thanks again
@mohammadhoseinkamari17 күн бұрын
Hi, thank you so much. I learnead so much from you. can you make a video about this dyminc component tag?
@majordefect18 күн бұрын
Hey I have been learning Larvel with this course but as per the rest you go so quick it makes life very hard to follow, so I opted to look at your source code and check where I am going wrong but I can not view the wire-content package.
@TillyTheCoder18 күн бұрын
Hi, I’ll publish the wire content package in a separate repo today/tomorrow
@majordefect18 күн бұрын
@@TillyTheCoder thank you so much for the fast response your amazing loving the course. Its awesome im hoping to use it to help out the junior fishing clubs I volunteer at
@TillyTheCoder18 күн бұрын
Here is the repo updated with most recent code for the package only: github.com/Matildevoldsen/wire-content-package
@AfricansOnline20 күн бұрын
That retweet functionaliry has had so many upgrade that it has become a mess, and i am not sure if your github code is even up to date HasRetweets.php RetweetAction.php tweet.blade.php
@TillyTheCoder19 күн бұрын
The GitHub repo is up to date with today’s episode and yesterday’s episode.
@juneldelacuadra597321 күн бұрын
Thank you. Please include testing with Laravel 😀
@AfricansOnline23 күн бұрын
Happy christmas to you and thanks for the great tutorials of 2024. I am going to kindly request one extra feature in the x-clone series at some pont before it is complete. Adding emoji to tweets. thanks and #HNY also
@TillyTheCoder22 күн бұрын
That’s a great suggestion. That may be a bonus content for only channel members though, perhaps I’ll add it anyway
@user-bl2id26 күн бұрын
Cannot make static method Illuminate\Database\Eloquent\Model::booted() non static in class BezhanSalleh\FilamentShield\Traits\HasPageShield
@khanra1726 күн бұрын
Here or "hia" ?
@khanra1727 күн бұрын
Whats going on here?😢 Why it's so different?
@AfricansOnline29 күн бұрын
Couple of snags 1. The logout is not clean 2. New tweets a being placed in the bottom 3. Creating post a tiny bit slow
@TillyTheCoder29 күн бұрын
Thanks for the feedback. I’ll record one or two more videos before heading for Christmas break for a week where I won’t post or record any new video due to being away from my recording setup/enjoying Christmas
@AfricansOnline29 күн бұрын
Perfectly ok. I undestand these things take time to put together
@brownGoyАй бұрын
No hate, but I believe it's pronounced "veet" (French for fast)
@TillyTheCoder29 күн бұрын
Yea sorry I’ve never been good at pronunciation French words 😅thanks for the tip though!
@NerdDoWell55Ай бұрын
These videos are great little gems of knowledge. Love all your videos and your teaching style. Thanks.
@dsmith1546Ай бұрын
PLEASE update repo!
@TillyTheCoder29 күн бұрын
Repo is up to date now 😊
@mdrashid1752Ай бұрын
Mam.. Countdown timer in laravel.. On and pause button
@gidaban79Ай бұрын
When we can expect last part ?
@TillyTheCoderАй бұрын
It’s coming out before mid January sorry for the delay on this one!
@gidaban79Ай бұрын
@@TillyTheCoder Thanks i can't wait to see final :)
@AljunskieАй бұрын
Love the UI. Can you show us how to use that in a project
@TillyTheCoderАй бұрын
It’s used in the updated CMS course but can add an extra course/tutorial about it
@bmax-kt9grАй бұрын
Thank you!
@francismori7Ай бұрын
Heads up, your dashboard prefetch was not working because you were changing the "mobile" link and not the desktop one!
@TillyTheCoderАй бұрын
Thanks, yea I noticed that after uploading it. Mistakes happens 😅
@TillyTheCoderАй бұрын
I prefer to show the errors I make in my videos though, sometimes it helps other people learn from mistakes. It’s a general principle of mine to show how I would debug things, this time I just didn’t spot the issue and get a chance to fix it
@AfricansOnlineАй бұрын
Thanks for the Rightbar Tutotial
@mdazhardwareАй бұрын
Cool.
@AljunskieАй бұрын
Love this content
@AfricansOnlineАй бұрын
When can we expect some more videos on the Twitter clone project?
@TillyTheCoderАй бұрын
One tomorrow, and then there’ll be another 3-4 episodes left before the series finishes. The last video will be over 45m long, just got some editing and Christmas chaos to also deal with 😊
@prabexАй бұрын
keep goin
@FizzQuesterАй бұрын
Thanks keep it up ❤
@TheBubaololoАй бұрын
Eat less
@AljunskieАй бұрын
Pls keep on posting tutorial. Love it
@juneldelacuadra5973Ай бұрын
Thanks.
@MinhazTaherАй бұрын
Nice Explanation .
@AfricansOnlineАй бұрын
If you can , would you please include the ability to Edit and Delete tweets? but mostly Delete
@TillyTheCoderАй бұрын
That is included in this series 😊at bare minimum deleting tweets. But some of this may only be bonus videos for channel members
@AfricansOnlineАй бұрын
that ok. just info. this id how i get my banner to laid in the profile page. url('{{ $user->banner_path ? url('storage/' . $user->banner_path) url('storage/' . $user->banner_path)
@KevinMarmolАй бұрын
I get this error and I can't find where it went :c Svg by name "fas-cog" from set "default" not found.
@KevinMarmolАй бұрын
I already solved it with what follows in the following video, the only difference and I understand that it must be due to the new versions, is that there are parts that appear in dark mode.
@AfricansOnlineАй бұрын
can you help with this 'UndoRetwwet' error App\Events\RetweetCountUpdated::__construct(): Argument #1 ($tweet) must be of type App\Models\Tweet, null given, called in C:\xampp\htdocs\echotweets\app\Livewire\Components\Tweets\RetweetAction.php on line 39 RetweetAction Line 39 is: broadcast(new RetweetCountUpdated($retweet->originalTweet))->toOthers();
@TillyTheCoderАй бұрын
I’ll take a look at it and fix this in today’s video for the Twitter clone 😊