I have my routes defined in routes.php Route::any('user/list', array( 'as' => 'UserList', 'uses...
Hello! I've got a problem with a form which should be populated with values from my database. My dat...
How would I store <option > 's in a mulitple select like so <select name="options" multiple...
Hello, My application loads its first page (which contains a form) via this route: Route::get('cv/ed...
Patience folks, I'm a noob. We know that the Form::submit simply submits the form using the form's a...
Does Input::hasFile() work with arrays? It returns false on a form I've created if the the first fil...
Is it possible to pass 2 values for a radio button? I need to write two values to two different colu...
I am trying to create error messages without having to hardcode into custom array of validation.php...
I want to know the best and simple way to setup routing for this: I have a form that posts to /prici...
Hi all, I have an issue I can't seem to figure out..... I want to use Ajax/jQuery to get data from a...
i have an form that is set to upload an image and update a database with the image data (if needed)....
I have a form whereby all my validation except for file works. It seems to return the file name prop...
I'm unable to use Clean URLs for my application (IIS, I don't manage the server, and none of the fre...
Hi Just a question to poll how you guys would tackle this in Laravel: I have a user preferences page...
So i have this foreach which show me list of invoices and i need to have the behavior 'Delete' on ea...
Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...
Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...
Hey Laraguys, I am really new to Laravel, however I am enjoying my time alot by working with it. Thi...
Hey everyone I am dealing with a TokenMismatchException. I do know it has to do with CSRF. Here is t...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community