Support the ongoing development of Laravel.io →

1,067 Threads

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

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

Image Upload / Lavarel stores image as a .tmp and not .img file

I created a Forum which should upload an image. In my form i`ve {{ Form::file('image') }} This is a...

0 Likes
0 Replies

Issue with Laravel's Form Builder

The getMethod function implementation does not accept all HTTP verbs except POST, GET? My use case i...

0 Likes
1 Replies

Validate multiple fields on form

Hi there. i have a form that i want to accept multiple entries at once. for example, 10 object names...

0 Likes
0 Replies
posted 10 years ago

custom droptdown attribute

Hi, I have a dropdown {{ Form::select('membership_id', $memberships, $customer['membership_id'],arra...

0 Likes
1 Replies
posted 10 years ago

Select (drop-down) depending on choice in other select

Hello Laravel-Fans! I have a tricky issue :-) In my Form, I do have 2 select boxes. I'd like the sec...

0 Likes
2 Replies

Form Data to Route

I'm not sure how I should do this, but I need the form data (a zip code or city) to be posted to my...

0 Likes
3 Replies
posted 10 years ago

Adding and removing labels/text boxes with button click

So I have this code and I was trying to make these labels and textboxes appear with a button click....

0 Likes
0 Replies

nested and un-nested resources

What's the best way to manage a nested resource that is also un-nested? The ideal for me is to use o...

0 Likes
0 Replies

Multi model form 1-to-many with "add more" button

Let's say we want to build this form: Team: Team Name: Team Country: Members: Member A name: Member...

0 Likes
0 Replies
posted 10 years ago

Failed to fill select/dropdown using larvel 4

Hi, I got the following exception, "Undefined variable: Industry_options" my view <?php...

0 Likes
4 Replies

How to style and a align a form correctly

Hello, i've created a form using blade's form builder: (don't be confused - it's german language) {{...

0 Likes
0 Replies

Required_with not working with arrays

$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...

0 Likes
1 Replies

Ajax package for Laravel?

Dear, I would like to use ajax on Laravel like onChage of Select box ...... Does Laravel have any pa...

0 Likes
6 Replies
posted 10 years ago

Creating a dynamic order form with multiple rows and db lookup - which fails upon saving

Hi all, Im at a crossroad now where i must realize that im looking blind at some not-working code (1...

0 Likes
5 Replies

Submitting form using ajax with laravel

I'm completely stuck trying to process a form submit using ajax instead of laravel to avoid page rel...

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.