Support the ongoing development of Laravel.io →

319 Threads

Form::image and submit

I'm having an issue using the Form::image() and Input::all() {{ Form::image(url('assets/images/next....

0 Likes
2 Replies
Solved
posted 9 years ago

Check which submit is clicked

hi i just learning laravel and don't know how to check which submit is clicked... i tried this so fa...

0 Likes
6 Replies
Solved

Adding class to {{Form::select

Currently I have this code: {{Form::select('schoolId', $schools)}} But I need to add a class.. I tri...

0 Likes
1 Replies
Solved

Placeholder in password form

Is there any way I can show a placeholder in a password form? I'm talking about this: {{Form::passwo...

0 Likes
4 Replies
Solved

Redisplay view based on dropdown selected value

In my first Laravel application, I want my Tunes view to display a table of the titles of songs base...

0 Likes
1 Replies
Solved

Multiple routes with one controller

Hi everyone, it's possible to have multiple url with one controller on laravel 4? Something Like tha...

0 Likes
3 Replies
Solved

Array to fill a checkbox

I have a array(username => 'blalba', ...) and I want to create checkboxes with the username value...

0 Likes
2 Replies
Solved

Empty label text in laravel Label

What I need is: (note that there is NOTHING between the label opening and closing tag) <label for...

0 Likes
1 Replies
Solved

Best practice populating forms?

I've got quite a large and (complex ish) form marked up in a blade template (create.blade.php) It co...

0 Likes
2 Replies
Solved

Unable to change the route of a Laravel form using JavaScript.

I am trying to use JavaScript to change the url (acton) and method of a form, but it does not work....

0 Likes
2 Replies
Solved

General Laravel/AJAX question

I apologize in advance if someone has addressed this on a separate thread and I just didn't see it....

0 Likes
10 Replies
Solved
posted 9 years ago

Unable to access FormData

Hello, For some reason or another I don't seem to be able to access the Posted data in my Controller...

0 Likes
6 Replies
Solved
posted 9 years ago

Route::resource + Form::model doesn't work well??

I have a form where the user can update the fields of the given ID, also you have other fields you c...

0 Likes
1 Replies
Solved
posted 9 years ago

laravel select form generate optgroup

so i have this code {{ Form::select('kategori',array(KategoriArtikel::lists('name','id'), 'tambah' =...

0 Likes
1 Replies
Solved

I can't update database value for laravel and angularjs

Hi, I have created CRUD application using laravel and angularjs. I have succeded to add and delete u...

0 Likes
1 Replies
Solved
posted 9 years ago

Submitting form from subfolder

Hello, I'm new to Laravel so I apologise..I have been following this tutorial - https://www.youtube....

0 Likes
1 Replies
Solved

Conflict between Redactor and withInput() in Laravel

Hi there, I'm using Redactor editor as WYSIWYG editor in my project. I have description field using...

0 Likes
14 Replies
Solved

Block access content page

Hi, Help me with this doubt, with zizaco entrust we can only block or give access to pages for a de...

0 Likes
3 Replies
Solved

Upgraded from 4.0 -> 4.1 per docs. Form::select() not working anymore

This worked fine prior to upgrading from 4.0 to 4.1. Code didn't change: In by blade .. {{ Form::ope...

0 Likes
1 Replies
Solved

[Laravel 4.3] Form class outputs htmlentities

Hi, EDIT: when posting, it transforms the entities "& gt ;" (without spaces) and so on...

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.

© 2024 Laravel.io - All rights reserved.