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...
You can also do @include('myform', array('var1' => 'value', 'var2' => 'othervalue')); to send...
I made a similar thing just a few days ago - users can enter a new password and a password confirmat...
Check your php.ini, it has a value for "session.gc_maxlifetime" (and also "session.co...
If you are going back to a form after, say, validation failure, you can use return Redirect::back()-...
I did something similar long ago. I chose to have the invoice as a PDF form (define text fields in t...
The Laravel portal for problem solving, knowledge sharing and community building.