Support the ongoing development of Laravel.io →

1,384 Threads

posted 10 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 10 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 10 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
posted 10 years ago

Changing model form to include file.

When I do a var_dump of the input, the file is not there. I have modified a model bound form created...

0 Likes
2 Replies
Solved
posted 10 years ago

how to make jquery button controlgroup with laravel form macro?

I am making a jquery mobile application with laravel. I know how to make one radiobutton with Form::...

0 Likes
2 Replies
Solved
posted 10 years ago

Pretty routes for Ajax Requests?

Hi everyone, I am currently designing a backend where users can submit events. There are 2 ways for...

0 Likes
3 Replies

csrf validation failing during unit testing (Laravel 4.1)

I recently upgraded from 4.0 to 4.1 following the upgrade instructions, and now when unit testing my...

0 Likes
1 Replies

Refresh page after selecting an option from a drop down menu

Hi all, What is the Laravel way to achieve the following: I have a drop down list created with Form:...

0 Likes
3 Replies

how we fetch the data from phpmyadmin in laravel4 ?

how we fetch the data from phpmyadmin in laravel4 ?

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