Support the ongoing development of Laravel.io →

1,185 Threads

posted 9 years ago

Testing Input Facade

Hello, I created a Facade that overwrites Input::get, Input::all. I want to write a unit test for th...

0 Likes
0 Replies

Set other fields when user registers

Here is my User model. I would like to set two fields when the user registers for the first time. A...

0 Likes
3 Replies

Using forms in arrays and validation issues

Hi, I need some help with handling array validation from form data. I have a form which has fields n...

0 Likes
0 Replies
posted 9 years ago

upload with progress bar

Hi all, what's the best way to implement a upload image with progress bar? thanks

0 Likes
0 Replies

Laravel voting system: update counter

Greetings to the increasingly large community Laravel. Today I had a problem. I was making a voting...

0 Likes
2 Replies
Solved

Dynamically created input fields not present in $_POST

In my Laravel installation I have a need for the users to add extra form fields within the create fo...

0 Likes
3 Replies
Solved

Laravel inserting into a three-way pivot table

##Summary## I am building a music discovery service. My question is: How do I insert data into the t...

0 Likes
1 Replies

Form error on submit (update)

I am a Laravel newbie and trying to figure out basic updating. It loads the form data but every tim...

0 Likes
3 Replies
Solved

Validation based on different fields

I have 3 select lists with countries, I want the user to change only one of the 3 lists, this works...

0 Likes
0 Replies

Table relationships and writing data problem

Hello, I'm studying programming, and asking for help to make sure I understand these concepts. There...

0 Likes
1 Replies
Solved

Laravel Voting system: Forms with the same class

My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...

0 Likes
3 Replies
Solved
posted 9 years ago

Encoded characters when passing URL string

I'm submitting a form to a landing page from an email and it needs to prepopulate. So I'm doing it l...

0 Likes
2 Replies

Datetime Problems

Hey guys, I want to print my model's created_at value in different languages. I google'd this subjec...

0 Likes
3 Replies

Route and get method

Hey, i want to make a page for search, which will be /find/, and when i enter the name, it will redi...

0 Likes
2 Replies
Solved

Use newly created value in select box

Hi everybody, Such great support in here - really hope I can give back some karma to all of you writ...

0 Likes
3 Replies

security of input::get and eloquent

$comentario = new Comentario; $comentario->autor = Input::get('no...

0 Likes
1 Replies
Solved

Redirect a route with parameters

Hey, i made a route with a parameter, but when i try to redirect, i get a NotFoundHttpException My...

0 Likes
5 Replies
Solved

Update record with existing file without overwriting file

I've got a pretty standard biography form. When a user creates a record for the first time they fill...

0 Likes
3 Replies
Solved

Undefined index: password

Hey, i am making an authentication page, and this is the controller public function postSignIn() {...

0 Likes
3 Replies
Solved

Selective join, trouble with duplicate results

What I'm trying to do is: Output results with a filter from a pivot table where 'posts' can have up...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.