Hi! I've started a project where users send an MMS from their phone to a service provider, which in...
Hi guys, This question might be more of a generic database design question, but I'm using it for a L...
Hi! I have a site where the user can watch videos. I prefer not to link to the video directly (as yo...
This seems really simple (and probably is), but it doesn't seem to be covered in the documentation....
Hi! I have a form where you edit data, submit to save it, and then return to the same edit view agai...
I made some tests with this yesterday (my very first tests with repositories, so I'm far from an exp...
I think that prop() is recommended to set standard html attributes over attr(). data() stores data t...
Ah, exactly what I was looking for, thank you! I did read the documentation but it didn't specify ho...
You could always do a quick JavaScript fix for this {{ Form::open(['method'=>'post', 'id' => '...
@unitedworx, that sounds pretty much identical to the repository pattern suggested above. One clever...
The Laravel portal for problem solving, knowledge sharing and community building.