Punksta wrote a comment+100 XP
12h ago
The daisyUI code he uses seems quite different to what is up there now.
Punksta wrote a comment+100 XP
2w ago
At 16:50
Shouldn't edit.blade's action be
action="/ideas/{{ $idea->id }}/edit"
ie also with the trailing "/edit" ?
Punksta wrote a comment+100 XP
2w ago
Dark mode makes it very difficult to read your code, causes significant eyestrain. Next time use normal mode?
Punksta wrote a comment+100 XP
2w ago
So simply put, @props does two things ?
- declares properties the component page needs
- where an inherited/passed_down attribute has the same name as such a declared property, creates a property with the value of the attribute. Otherwise the attribute remains just an attribute.
Punksta wrote a comment+100 XP
1mo ago
@DoneHugo I had the same, also laravel 13.
Punksta wrote a comment+100 XP
1mo ago
@Punksta Ah, previously asked and answered: https://github.com/laracasts/Laravel-From-Scratch-HTML-CSS
Punksta wrote a comment+100 XP
1mo ago
Are these images included somewhere ?
Punksta liked a comment+100 XP
1mo ago
@noah-hawkett Hi Noah, the difference is that you don't explicitly have the same information on all of your routes/pages, you have "dynamic" content when you browse through them
Punksta wrote a comment+100 XP
1mo ago
A 0.8x playback rate option would be good
Punksta wrote a reply+100 XP
5mos ago
OK so what is the fix please ?
Punksta started a new conversation+100 XP
5mos ago
Seems to work, but always starts with "The system cannot find the path specified.".
Windows 11, fresh Laravel 12.39.0 project
Any ideas ?