Support the ongoing development of Laravel.io →

1,389 Threads

Where to put Form::macro() and create chain method (param) on it?

Where to put Form::macro()? And I would like to use chain method on it like this: Form::myField()-&g...

0 Likes
0 Replies

Combo box grid instead of select box?

I would like to use combo box grid instead of select bbox in my form. Pl help. ....

0 Likes
0 Replies

Register then Redirect to Intended Issue

I am trying to make it so if a user clicks on a protected link, they get forwarded to a login / regi...

0 Likes
2 Replies

Access Validation $errors outside a view?

In any view, $errors is always available and returns the appropriate object. However, I'm trying to...

0 Likes
6 Replies

Help how to have a better management of dependency for my controller

Let's say I have a controller named "PositionsController". This controller depends on &quo...

0 Likes
2 Replies
posted 10 years ago

Auto register for jQuery (UI) components

Hi everyone. I am currently building a web application and want to use several of those nice ui stuf...

0 Likes
0 Replies

Old Input not working in IE?

Hi all, I'm builing a back-end and using Old Input to store inputs over 3 pages. Page 1: show the f...

0 Likes
1 Replies

Validate multi models in one form

Hi all I have two table in DB : companies and shop, both of them have name fields . And I want to a...

0 Likes
1 Replies

post request in Laravel4 redirect on wrong url

This is My code in route.php Route::group(array('domain' => '{subdomain}.'.Config::get('a...

0 Likes
0 Replies

Adding css and js (jquerymobile)

Hi. I'm trying to add jquerymobile css and js files using {{ HTML::style( 'css/jquery.mobile-1.4.2.m...

0 Likes
2 Replies
posted 10 years ago

What is the best way to get a list of only the edited form fields

Is there a Laravel way of getting a list of only the form fields where the value of the field has ch...

0 Likes
4 Replies
Solved

Store information to DB with Ajax / Jquery / javascript ? Best solution?

Hi there, I have a view that shows a list of "things". Each "thing" has a checkb...

0 Likes
3 Replies

Populate edit form inputs with many to many eloquent query?

I have a form that allows a user to submit a small image and a large image. The edit form is where I...

0 Likes
3 Replies

File validation "The file exceeds your upload_max_filesize ini directive" Problem

Hi, I have a form with some validation rules and everything but the file validation works. The probl...

0 Likes
0 Replies

Checkboxes, checked and unchecked

Hi I've got 2 tables. THe first one is the full listed option with (id, name). The second one is the...

0 Likes
0 Replies

Updating a boolean field

Hi community, I have a form where I'm using Form::checkbox() helper, it's works just fine, but when...

0 Likes
2 Replies
Solved

problem with uploading files its create directory with the name of my file !!

hi every one i have a strange issue with uploading files i make a form where i put image title and...

0 Likes
1 Replies
Solved

Press back button takes me to unexpected page after update method

Hi everyone, So I am creating an application that manages clients with the CRUD operations using Rou...

0 Likes
2 Replies

Having problem inserting multiple rows in a table.

I have got the following array from my form. Now I want to store those data in a table. Array: Array...

0 Likes
2 Replies
posted 10 years ago

Accessing the values of input fields with same name (set of inputs - fields for a list of employees)

Hi, I have a form which is populated dynamically for each employee. Each employee has a set of input...

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.