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...
Hello, I'm studying programming, and asking for help to make sure I understand these concepts. There...
My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...
I'm submitting a form to a landing page from an email and it needs to prepopulate. So I'm doing it l...
Hey guys, I want to print my model's created_at value in different languages. I google'd this subjec...
Hey, i want to make a page for search, which will be /find/, and when i enter the name, it will redi...
Hi everybody, Such great support in here - really hope I can give back some karma to all of you writ...
$comentario = new Comentario; $comentario->autor = Input::get('no...
Hey, i made a route with a parameter, but when i try to redirect, i get a NotFoundHttpException My...
I've got a pretty standard biography form. When a user creates a record for the first time they fill...
Hey, i am making an authentication page, and this is the controller public function postSignIn() {...
What I'm trying to do is: Output results with a filter from a pivot table where 'posts' can have up...
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