I have in my post controller: return Redirect::back()->withInput()->withErrors($validator)...
How much security is abstracted into laravel's file uploader? Is it still recommended to re-save the...
Hi I am trying to include a {{ Form::text }} inside an inline javascript is this possible or I just...
Works in html with <button type="submit" id="btnEditar" class="btn-info btn-mini"><i class=...
In Laravel doc, a validator can be defined as follows... $validator = Validator::make( array(...
Hi, is possible to return the input value instead of the :attribute in the error messages? Thanks
Hi all! I have a little problem, this is my code: http://laravel.io/bin/2zjVG I'm showing all the im...
I'm having a problem with a closure within my controller. In my view, I have a link to the controll...
Hey I'm wanting to use JavaScript and Laravel/PHP to create a continuously updating statistics panel...
Hello, I created a Facade that overwrites Input::get, Input::all. I want to write a unit test for th...
Here is my User model. I would like to set two fields when the user registers for the first time. A...
Hi, I need some help with handling array validation from form data. I have a form which has fields n...
Hi all, what's the best way to implement a upload image with progress bar? thanks
Greetings to the increasingly large community Laravel. Today I had a problem. I was making a voting...
In my Laravel installation I have a need for the users to add extra form fields within the create fo...
##Summary## I am building a music discovery service. My question is: How do I insert data into the t...
I am a Laravel newbie and trying to figure out basic updating. It loads the form data but every tim...
I have 3 select lists with countries, I want the user to change only one of the 3 lists, this works...