Support the ongoing development of Laravel.io →

1,384 Threads

posted 10 years ago

Pass variable in blade view to route

Passing a variable inside the loop, All business logic is in the model and some in controller. But a...

0 Likes
3 Replies
Solved
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

Edit form with image upload

Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...

0 Likes
2 Replies
Solved

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

Create multiple objects at once

Hi community, I want to create multiple objects with a single click, I want to be able to create a G...

0 Likes
1 Replies
Solved
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
posted 10 years ago

Radio Buttons with Laravel

I'm having issues with my controller with radio buttons. Here is my view (there is more stuff, just...

0 Likes
1 Replies
Solved

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

What are the advantage/disadvantage if I implement ViewModel concept as with ASP MVC in Laravel?

I was thinking to implement ViewModel concept of ASP MVC in Laravel. What are the advantage/disadva...

0 Likes
3 Replies

Can I make automatic binding of form data on my controller method parameter same like ASP MVC?

Is it possible to bind lets say I have class SearchForm with attributes filter1, filter2. and on my...

0 Likes
0 Replies
posted 10 years ago

Pulling checkboxes from the database

I am trying to setup an edit form where the user can see what was checked. How do I pull this from t...

0 Likes
3 Replies
Solved
posted 10 years ago

Update model with hasMany() relation

Hi, I'm trying to figure out the following problem: I have 3 tables which are related: products: id...

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.