Support the ongoing development of Laravel.io →

319 Threads

how to save data from a multiple select

i have this multiple select from a form: {{Form::select('category[]',$category_details,null,arra...

0 Likes
1 Replies
Solved

Search form validation

Hello, i am facing problems with a validating GET request with a built-in validator class: Controlle...

0 Likes
7 Replies
Solved

New to laravel and MVC frameworks, need help regarding controllers.

Hi, I am trying to do a simple POST request using jQuery AJAX, but cant figure out whats wrong. Here...

0 Likes
2 Replies
Solved

[DOUBT] $user->save() VS User::where()->update();

Hi all, I am beginner in Laravel. I have some doubts. I'm working on a function to edit users, every...

0 Likes
4 Replies
Solved
posted 9 years ago

Form displayed as plain text

Hi, I try to open a form. But the browser simply display the code not a form; {{ Form::open('url'=&g...

0 Likes
1 Replies
Solved
posted 10 years ago

HTML field names are lost if the name of the field is a numeric value - ?Bug or feature?

I need to use the id field from a database as the name of HTML form elements. Using laravaI form cla...

0 Likes
7 Replies
Solved
posted 9 years ago

ErrorException (E_UNKNOWN) Route [/edit-workout-category] not defined.

Hi. Why do I get this? Thanks. ErrorException (E_UNKNOWN) Route [/edit-workout-category] not defined...

0 Likes
5 Replies
Solved

Can I load a view into an AJAX?

I have this on a js file... $(document).ready(function() { //petición al enviar el formulario de reg...

0 Likes
3 Replies
Solved

Custom Macro can't populate input in form

Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...

0 Likes
1 Replies
Solved

Problem returning SSH Response

Hello! Thanks for interest to this topic. I'm pretty new in Larave and i have a little question. May...

0 Likes
3 Replies
Solved

Laravel 4 paginate on GET request

I have a form that is used to filter results for a categories page. So, the URL will be localhost/pu...

0 Likes
2 Replies
Solved

Printable page in Laravel

Hi, Can any one suggest me how to make the printable page in laravel. For example in E-Commerce proj...

0 Likes
2 Replies
Solved

Route no defined

I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...

0 Likes
3 Replies
Solved

Do search by criteria...

Hello! I need to do a search by criteria... I have many products, so.. need to show show only the p...

0 Likes
7 Replies
Solved

Using Former with TwigBridge

Hi all I'm developing my first Laravel site and I'm trying to use Former with TwigBridge (version 0....

0 Likes
3 Replies
Solved

Passing id value from select list to controller, getting object expected error

I've constructed a select list in a dashboard view, which lists id and name of various components. T...

0 Likes
3 Replies
Solved

pagination search page

Hi everyone, I have a page with all users and I have a search box. When I search, shows me the resul...

0 Likes
3 Replies
Solved
posted 9 years ago

Blade within PHP?

Hi, I'd like to create a {{ Form }} within several elements on a page. So I tried, foreach($group as...

0 Likes
2 Replies
Solved
posted 9 years ago

jQuery ajax form submission callback with newly inserted row

Hey, I'm about to play around with this but just thought I'd ask to see if anyone knows already... I...

0 Likes
1 Replies
Solved

Adding form macros not working as directed.

Hi again, I want to add an HTML 5 date input type. I am using this guide and file: http://blog.small...

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

© 2024 Laravel.io - All rights reserved.