Support the ongoing development of Laravel.io →

156 Threads

Best Method to Validate WYSIWYG Input

Hello could anyone tell me the best way to validate input from a WYSIWYG textarea?

0 Likes
5 Replies
Solved

Call to undefined method AdminDashboardController::getAfterFilters() while there is not really using a filter

Hello I am getting the Call to undefined method AdminDashboardController::getAfterFilters() error wh...

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

Reset passwords giving me many errors..

I tried setting up auth stuff myself (5.1 doesn't come pre-packaged with them), and I succeeded. I g...

0 Likes
1 Replies
Solved

Problem with PUT request

Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...

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

Embed URL to error message

Hello, I am using L5 for my application. I am using the default login and register functionalities....

0 Likes
1 Replies
Solved

Custom error messages in laravel

Hello, I am using L5 for my application. I am extending the default register and login functionaliti...

0 Likes
1 Replies
Solved

laravel 5- auth

i am new to laravel and in my system there is one admin and all others are users, so i added a boole...

0 Likes
6 Replies
Solved

Laravel 4.2 Validation affected by Pagination

Hey all, I have a form being validated that works fine when i'm using $results = $query->get(); b...

0 Likes
1 Replies
Solved

Custom Auth with Laravel 5.1

Greetings everyone, I have a problem when I make my custom Auth Controller in L5.1 my code is: Custo...

0 Likes
3 Replies
Solved

Blueimp after unsuccessful validation

Hello, I would like to ask how to handle Blueimp already uploaded images after unsuccessful validati...

0 Likes
1 Replies
Solved

Adding more options to form

Hey i am new. I was wondering how can I add more variables to form. I tried this: class User ext...

0 Likes
1 Replies
Solved

Form validation with @foreach

Hello, I have table with form, here is code: <tbody> @foreach($cart_products as $index =&g...

0 Likes
3 Replies
Solved

L5: Validate request-route('id')

Hi everyone, I have a route Route::get('user/{id}', 'UserController@profile'); and a UserController...

0 Likes
2 Replies
Solved

[L5] I can't understand how to use a custom validation rule.

I have a form where users can change some informations and I've created a Request class to validate...

0 Likes
4 Replies
Solved

Repopulation of 2 forms with similar field names after validation fail

Hello, I've been searching all over the web, but I cannot seem to find a solution for this problem....

0 Likes
2 Replies
Solved

a question about the validation with javascript

This is my first time to try with laravel. Now I have a question, say now we have muiltiple jquery f...

0 Likes
6 Replies
Solved

Validation rules and multiple DB connections

Hello! I'm encountering an issue with form validation and user storage. I have two database connecti...

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