Summer Sale! All accounts are 50% off this week.

thesnakebite's avatar

thesnakebite liked a comment+100 XP

4mos ago

thesnakebite's avatar

thesnakebite wrote a comment+100 XP

4mos ago

Laravel From Scratch (2026 Edition): Ep 43, Where To Go From Here

Great job Jeffrey, thank you so much 🙋🏻

thesnakebite's avatar

thesnakebite wrote a comment+100 XP

4mos ago

Laravel From Scratch (2026 Edition): Ep 38, Authorization Is A Requirement

Thanks @marc_meat! 🙌🏻 After investigating, I confirmed that this is indeed the error. I found a possible workaround without modifying the Composer fork: dynamically setting the enctype with Alpine.js only when the user selects an image:

x-bind:enctype="hasImage ? 'multipart/form-data' : false"

This way, the form is submitted without multipart/form-data by default, and the browser test passes, but when the user selects an image, it changes automatically. I hope this helps!

thesnakebite's avatar

thesnakebite wrote a comment+100 XP

4mos ago

Laravel From Scratch (2026 Edition): Ep 38, Authorization Is A Requirement

Is anyone else having this problem?

FAILED Tests\Browser\CreateIdeaTest > it creates a new idea
Failed asserting that an array has the key 'title'.

... I've checked everything over and over and I still can't figure out what's wrong!

thesnakebite's avatar

thesnakebite wrote a reply+100 XP

4mos ago

thesnakebite's avatar

thesnakebite started a new conversation+100 XP

4mos ago

Video playback speeds in Laracasts

Hi! I noticed the 0.5x and 0.75x playback speeds were removed from the new player. As a non-native English speaker, slower speeds are essential for following along with subtitles while coding. Would it be possible to bring them back? Thanks for the great content!

thesnakebite's avatar

thesnakebite wrote a comment+100 XP

6mos ago

thesnakebite's avatar

thesnakebite wrote a comment+100 XP

6mos ago

Everything New in Livewire 4: Ep 2, View-Based Components

@andrewmenich Same mistake... 👨🏻‍💻🌍Livewire😍