Support the ongoing development of Laravel.io →

785 Threads

Validate password reset token after expired

How do I validate the $token against password_reminders if the token exist or before it's expired an...

0 Likes
0 Replies

radio buttons wont validate when using the "sometimes|required" rule

I have 2 forms validating from the same model, so its kind of a multi part form. The first form vali...

0 Likes
2 Replies

Rule with textbox array?

I would like to create rule with array name of textbox. Ex: // in view echo Form::text('item[]'); ec...

0 Likes
2 Replies
posted 9 years ago

How to add `OR` operator to validation rule?

I have a table users which have some columns including username and email. I also have a form which...

0 Likes
2 Replies
Solved

How to redirect inside view

Hey, i have this code @extends('layout.main') @section('content') <head><title>[PCP] {{...

0 Likes
2 Replies

how to prevent user from inputting html tags

I wonder how can I validate forms to be html tags free.

0 Likes
3 Replies

Some question and thoughts from Rails -> Laravel 4.x immigrant [Validation, Usability, Functionality, API]

Hi. I'm currently using Ruby on Rails stack and thinking to move to Laravel 4.2 because of extreme p...

0 Likes
0 Replies

Jquery form validations

Hi, How Jquery form validations settings up in Laravel 4. Before I worked in Yii, and Yii creates jq...

0 Likes
2 Replies

Redirect to a form after validate with value in a field

Hi all, i need to validate if marks is choosen and that's it with routes.php but when the validation...

0 Likes
0 Replies

Passing error message from service to controller?!

How can I get the code on the right side to send back validation error messages to the code on the l...

0 Likes
5 Replies
posted 9 years ago

Validation + Localization = FatalErrorException ?

Hi, everyone! In my model I use validation and localization of validation error message, s.e. class...

0 Likes
1 Replies

Where do I begin?

Hello...I need help implementing codebird-php into my laravel app.I want users to be able to sign in...

0 Likes
2 Replies

Make validation of credit cards nicer with Laravel/Cashier

Hi guys, I am building an application where I will need to use payments. For now Laravel/Cashier imp...

0 Likes
1 Replies
posted 9 years ago

Validator for identic forms

Hello, how do i make validator fail if two forms are not identical? I am making a change password fo...

0 Likes
1 Replies
Solved

How can I pass validation errors and posted data from a sevice to a controller?

Hi, I want to pass validation errors and posted data ( in order to repopulate the form ) from the se...

0 Likes
1 Replies
Solved

add my script file to laravel Administrator

I am using Administrator (frozennode). and I want to add some of my javascript files to it . how can...

0 Likes
1 Replies

sync models without id's

Hi, I have model timesheetweek which has many (7) timesheetdays. On a view I can dynamicly add sever...

0 Likes
1 Replies
posted 9 years ago

validation rules check on id

hi, how can we check on id or other variables inside our rules array? example: protected $rules = ar...

0 Likes
1 Replies

namespaces and validatoor

I cannot seem to get validation working when using a subfolder in controller path....what "use&...

0 Likes
1 Replies
Solved

validation unique using several fields

Hi, I have a model that in combination of 3 fields it needs to be unique. for example: protected $r...

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