Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SpecBit's avatar

SpecBit wrote a comment+100 XP

15h ago

Laravel From Scratch (2026 Edition): Ep 32, Construct The Idea Form

@iamGus like @tlclassless-34322681 said, I also have that extension installed and some for laravel. The thing is that sometimes they conflict with each other, and for some functions the hover just does nothing.

SpecBit's avatar

SpecBit wrote a comment+100 XP

1d ago

Laravel From Scratch (2026 Edition): Ep 28, Idea Cards

1:48 coderabbit made a mistake on the closing div, just above $slot

SpecBit's avatar

SpecBit wrote a comment+100 XP

2d ago

Laravel From Scratch (2026 Edition): Ep 28, Idea Cards

Is it just me, or was the forms.css code refactored off‑camera? I thoroughly checked his code to match mine a couple of episodes ago.

SpecBit's avatar

SpecBit wrote a comment+100 XP

4d ago

Laravel From Scratch (2026 Edition): Ep 25, Tailwind Theme Setup And Initial UI

@lara_dev_1970 hi. I searched the github repo https://github.com/laracasts/Tweety/tree/master and couldn't find the code for this episode. Seems like they had a project and abandoned it... No support whatsoever, which translates in long hours of research to learn some topics but far worse it's to replicate the code on windows and vs code. Thank you so much

SpecBit's avatar

SpecBit wrote a comment+100 XP

1w ago

Laravel From Scratch (2026 Edition): Ep 21, When to Queue it Up

I wish I had the exact same tools that Jeffery has. At 10:28 if no record is shown in the db run dispatch(App\Jobs\UpdateIdeaStatistics); in tinker. Almost every episode something came up that I couldn't replicate whatching the videos, it's frustrating.

SpecBit's avatar

SpecBit wrote a comment+100 XP

1w ago

Laravel From Scratch (2026 Edition): Ep 20, Notifications

Jeffery you should be aware that the last idea may not have been created by the first user_id. You should have had that in consideration and done something like $idea = App\Models\Idea::where('user_id', $john->id)->latest()->first();

SpecBit's avatar

SpecBit wrote a comment+100 XP

1w ago

Laravel From Scratch (2026 Edition): Ep 15, Require Authentication With Middleware

@bulat I was about to mention that. Lost so much time. No one from the team reads this!!! It's preposterous, so sad :( I wonder if for the paying subscribers it's the same deal?? anyway, ty

SpecBit's avatar

SpecBit wrote a comment+100 XP

2w ago

Laravel From Scratch (2026 Edition): Ep 12, Form Request Classes

@jake83 I totally agree with you. This videos are edited. 4 episodes ago there's a massive cut on the video, you can't really see what code he changes and i trully think it was an editor's mistake. Strange that Jeffery himself or his team, do not even reply to the comments.