Support the ongoing development of Laravel.io →

1,384 Threads

ErrorException Undefined index: subType

Hello, I am new to laravel, and I am trying to make some changes to one of our apps that one of our...

0 Likes
3 Replies

auth filter not working - restful controller

Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...

0 Likes
2 Replies
Solved

Selective join, trouble with duplicate results

What I'm trying to do is: Output results with a filter from a pivot table where 'posts' can have up...

0 Likes
2 Replies
Solved

How to store data in different tables in db?

Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...

0 Likes
1 Replies

Problem saving information in the database.

Hi, I'm new in Laravel. I'm having a problem saving data in the database. I get an array and I'm try...

0 Likes
1 Replies
posted 9 years ago

Why is Form::model a code smell?

In this thread Robbo says: "Using Form::model in the first place is a code smell." There d...

0 Likes
4 Replies

validator with mime XLS fail

hi guys.. I have some problem with laravel validator,.. I just want upload my xls file, but I got th...

0 Likes
3 Replies

json respone related issue

Hi there, I am trying to integrate jQuery dataTables in my Laravel project but I can't seem to be ab...

0 Likes
1 Replies
Solved

Using delete form in modals (TW bootstrap)

Hi all, I have issue when trying to delete using modal windows confirmation popup. Inside that confi...

0 Likes
6 Replies

Error Exception Undefined index

Hello Guys, i have a problem to saving the data from my form input array fields to database. i have...

0 Likes
1 Replies
posted 9 years ago

Form:: Button Styling

Is there a way to add a (fake) link to a Form:: Button? For some reasons the delete icon is not styl...

0 Likes
2 Replies
Solved

Using lists with eager loading

Hello! I'm trying to get "full_name" from the users table in the lists function like this:...

0 Likes
6 Replies
Solved

Foreign Keys Drop-down List

I have 2 tables: [CUSTOMERS] id, full_name, company_id [COMPANIES] id, company_name I already create...

0 Likes
3 Replies

optgroup select box

I've found a few examples of using optgroup, but they all seem to be missing what i'm looking for In...

0 Likes
0 Replies

laravel token validation

hello, I know laravel form prevent outside requests using hidden input filed called "_token&quo...

0 Likes
0 Replies

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

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.