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 have read up on the repositories pattern, and I agree that it's a great way to set up your applica...
Check that you have "AllowOverride" specified in apache config. Something like this: <D...
Ah, the filter suggestion is probably best, that way I can avoid any extra code in the controller at...
Ah, that does make a lot of sense and is a bit obvious when I think about it. I thought it used the...
The Laravel portal for problem solving, knowledge sharing and community building.