Support the ongoing development of Laravel.io →

1,384 Threads

How to add data to many-to-many polymorphic relation?

I have an Org model and a Tag model. I want to associate tags with organizations. My database tables...

0 Likes
3 Replies
Solved

Populating a select (DropDown) from DB

Hi, I am having trouble with populating a dropdown with values from a relationship. The code below w...

0 Likes
3 Replies
Solved

How to sort an unordered list in laravel with jquery?

I have a form that consists of check boxes. Each check box has it's own value(value1,value2,value3,v...

0 Likes
0 Replies
posted 9 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

wrong redirect

hello reading http://www.codeforest.net/laravel-4-tutorial-part-2 tutorial I have a problem with Red...

0 Likes
1 Replies
Solved

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

Images in public folder go through routing on Amazon Web Services

Hello, I have a form in my Laravel application to upload among other things images. Once the form is...

0 Likes
1 Replies
Solved

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

Modify one part of Input::old()

I have in my post controller: return Redirect::back()->withInput()->withErrors($validator)...

0 Likes
2 Replies
Solved

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 10 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 9 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 9 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

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.