Support the ongoing development of Laravel.io →

1,078 Threads

posted 12 years ago

how to populate a select field in a form

Hi all, I get x form, I fill it with some value, I submit it to postController of x form, I evaluate...

0 Likes
2 Replies

Bloated service provider

Has anyone tips for organizing service provider class files? Then in turn, thin out the service prov...

0 Likes
0 Replies
posted 12 years ago

Ajax form, show result in list?

Hey guys, Hope you can help with this. I have a list where I add "products" through a form...

0 Likes
3 Replies

Update images

Hi, I often have to refresh the page after updating the images through a form to see the latest uplo...

0 Likes
0 Replies

problem with errors message when passing Former to array.

I want to pass Former to array and then view it like // in view $form = array( Former::text(), Forme...

0 Likes
0 Replies

How secure is Laravel's image/file uploader?

How much security is abstracted into laravel's file uploader? Is it still recommended to re-save the...

0 Likes
0 Replies
posted 12 years ago

Sharing a helpful Timezone Form Macro

I created this timezone form macro (http://laravel.io/bin/72j2) based on the WordPress timezone sele...

0 Likes
1 Replies
posted 12 years ago

Best way to retrieve data

Hello people, I'm new with Laravel & trying create a simple application from scratch. I have thi...

0 Likes
3 Replies

[Newbie] How to include a blade input into a javascript

Hi I am trying to include a {{ Form::text }} inside an inline javascript is this possible or I just...

0 Likes
2 Replies

Architecture and Repository Pattern

I'm still trying to figure out where everything goes. So I have a customer page where we create/edit...

0 Likes
2 Replies
posted 12 years ago

Global Form validation

Hi! I want to do this validation, but it's not field specific, can I add a rule to the form? My form...

0 Likes
1 Replies

How to pass non-simple e.g. object or multi-level array as parameters to validation rules

In Laravel doc, a validator can be defined as follows... $validator = Validator::make( array(...

0 Likes
0 Replies

Laravel with Knockout.js

How can work with Knockout.js and Laravel ('easier way' )?

0 Likes
1 Replies

Validation value instead of attribute

Hi, is possible to return the input value instead of the :attribute in the error messages? Thanks

0 Likes
0 Replies
posted 12 years ago

Query database, if results return to form with input values

I'm trying to build a reservation system where if the email address already has reservations for tha...

0 Likes
1 Replies

How do I add select option tag

Hi. How do I add select option data-icon tag ? Can't be, Blade Form::select array. FormBuilder Class...

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 12 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

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

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.

© 2026 Laravel.io - All rights reserved.