For some reason when a reply is posted to: http://laravel.io/forum/03-11-2014-how-to-get-secure-rout...
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...
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'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...
Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...
Hey everyone I am dealing with a TokenMismatchException. I do know it has to do with CSRF. Here is t...
Hi everyone, I am currently designing a backend where users can submit events. There are 2 ways for...
I recently upgraded from 4.0 to 4.1 following the upgrade instructions, and now when unit testing my...
Hi all, What is the Laravel way to achieve the following: I have a drop down list created with Form:...
how we fetch the data from phpmyadmin in laravel4 ?
Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...
Hello im trying to test something and have a POST form with action to php script, and im getting Met...
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.