Support the ongoing development of Laravel.io →

1,390 Threads

How to get secure routes in form?

I have my routes defined in routes.php Route::any('user/list', array( 'as' => 'UserList', 'uses...

0 Likes
0 Replies

From Model Binding with one to many relation

Hello! I've got a problem with a form which should be populated with values from my database. My dat...

0 Likes
2 Replies

< select name="options" multiple > How to store in a array within the database

How would I store <option > 's in a mulitple select like so <select name="options" multiple...

0 Likes
0 Replies
posted 11 years ago

Form submit route handling

Hello, My application loads its first page (which contains a form) via this route: Route::get('cv/ed...

0 Likes
7 Replies
posted 11 years ago

Specifying Form::button action

Patience folks, I'm a noob. We know that the Form::submit simply submits the form using the form's a...

0 Likes
1 Replies

Should Input::hasFile('files') work with file input arrays?

Does Input::hasFile() work with arrays? It returns false on a form I've created if the the first fil...

0 Likes
0 Replies
posted 11 years ago

2 values for radio button

Is it possible to pass 2 values for a radio button? I need to write two values to two different colu...

0 Likes
2 Replies
Solved

Custom Error Messages

I am trying to create error messages without having to hardcode into custom array of validation.php...

0 Likes
0 Replies

Routing for a simple search

I want to know the best and simple way to setup routing for this: I have a form that posts to /prici...

0 Likes
3 Replies

Using Ajax to retrieve data with user input

Hi all, I have an issue I can't seem to figure out..... I want to use Ajax/jQuery to get data from a...

0 Likes
8 Replies

using javascript to set a variabe

i have an form that is set to upload an image and update a database with the image data (if needed)....

0 Likes
2 Replies
Solved

Confusion with Form File validation

I have a form whereby all my validation except for file works. It seems to return the file name prop...

0 Likes
2 Replies
Solved

Working without Clean URLs

I'm unable to use Clean URLs for my application (IIS, I don't manage the server, and none of the fre...

0 Likes
1 Replies

Laravel user forms and admin forms: how to tackle?

Hi Just a question to poll how you guys would tackle this in Laravel: I have a user preferences page...

0 Likes
4 Replies
posted 11 years ago

Work around for Nested Forms

So i have this foreach which show me list of invoices and i need to have the behavior 'Delete' on ea...

0 Likes
1 Replies
Solved

After submit a form,php throw a NotFoundHttpException exception

Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...

0 Likes
4 Replies
Solved

Event trigger and validation

Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...

0 Likes
0 Replies

Showing picture inside my view (newbie question)

Hey Laraguys, I am really new to Laravel, however I am enjoying my time alot by working with it. Thi...

0 Likes
6 Replies
Solved
posted 11 years ago

Token Mismatch Exception

Hey everyone I am dealing with a TokenMismatchException. I do know it has to do with CSRF. Here is t...

0 Likes
4 Replies

What's the correct way to get the ID from the URI?

On the page that lists the user's cars, each list item has the following link: {{URL::to("cars/...

0 Likes
7 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.

© 2025 Laravel.io - All rights reserved.