Support the ongoing development of Laravel.io →

319 Threads

Fill form with query result

Hello, I need fill input text with content of model but I'm not getting. I have a partil view with a...

0 Likes
4 Replies
Solved

Unalbe to Get From Value Printed

I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...

0 Likes
13 Replies
Solved

Input replace before calling rules in FormRequest

I came across this post where you can sanitize input before calling the rules. http://www.easylarave...

0 Likes
2 Replies
Solved

How to post a form to a controller and pass Form Value to Controller

Hi, I have a form like this, {!! Form::open(array('action' => 'InfoController@index', 'method' =&...

0 Likes
4 Replies
Solved

Currency input formatting

Hello, I'm looking for a jQuery plugin to apply a mask over my monetary inputs . I tried a lot of th...

0 Likes
4 Replies
Solved

problems with mail send

I have problems with mail send in L5.1 Page with the form showing using GET method, but when I fill...

0 Likes
6 Replies
Solved

Laravel error when read {!! Form::open() !!}

Hey can you help me with this error ?? I'm using Laravel 5.0 which is include with login and registe...

0 Likes
3 Replies
Solved

How to get a success message

I've created a form and I would like to have a success message show. At the moment I've only gotten...

0 Likes
3 Replies
Solved

Form Request Forbidden Error

When I Updating a data it always displays Forbidden. i dont no how to solve it. here is my code bloc...

0 Likes
4 Replies
Solved

Can't believe Form/HTML helpers were removed in Laravel 5, thats Crazy..!

Why removed? I barely found a notification about this on the documentation; What are the alternative...

0 Likes
3 Replies
Solved

Form Request, Response().

Hi. So I am using L5 to create a simple ContactUs email form and trying to get a handle of this new...

0 Likes
3 Replies
Solved
posted 9 years ago

Laravel 5 Forms and Html documentation?

For Forms and Html documentation i should consult the 4.2 docs? -> http://laravel.com/docs/4.2/h...

0 Likes
5 Replies
Solved

NotFoundHttpException on route

Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...

0 Likes
2 Replies
Solved
posted 9 years ago

htmlentities() expects parameter 1 to be string, array given error exception

Hi I have htmlentities() expects parameter 1 to be string, array given error exception in my view, b...

0 Likes
4 Replies
Solved

Laravel 5 pagination

The below code works great in Laravel 4.2: //other code up here $data['owners'] = \Illuminate\Suppor...

0 Likes
15 Replies
Solved

Creating dropdown with optgroup from Laravel class

So this is what I've got so far. But as you'd expect, it's only filling the array with the first sub...

0 Likes
1 Replies
Solved

TokenMismatchException only on some mobile devices

I have a very simple subscriptionform (email + button) that works perfectly except on my iPhone 5c....

0 Likes
3 Replies
Solved

Query Builder vs Eloquent AND Forms

Hi, Even though I have experience with PHP, I am new to Laravel. I've got two questions to ask to un...

0 Likes
1 Replies
Solved

How to use form text input to delete an entry from a collection?

edit: example of bad logic and time loss. yet useful experience! Goal: I want to have a form input f...

0 Likes
2 Replies
Solved

Validate drop down field against text field on same form.

Hi I have a form with a drop down and a text field {!! Form::label('category_id', 'Category') !!...

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.