Support the ongoing development of Laravel.io →

786 Threads

Need better Roles and Permission System

Hey guys, I have a project that I am working on where I need a solid authentication System (Provided...

0 Likes
4 Replies

About Validation "sometimes" Rule

I drop an array into Validation::make. Sample likes below: $input = ['a_list' => [1,2,3,4]]; $va...

0 Likes
1 Replies
posted 10 years ago

Default formatting of messages in validation

On "Working With Error Messages" section of Validation on the document pages, it has has b...

0 Likes
1 Replies

XML 2 MySQL Solution

Hi everyone! I have been searching for a solution to import XML to a MySQL database without knowing...

0 Likes
1 Replies
posted 9 years ago

how multiple complex conditional validation

A form with 20 input (prueba) and 20 (comentario) and I need to force the user if the input is less...

0 Likes
0 Replies
posted 9 years ago

How Validate multiple fields

How Validate multiple fields, two requerid, use Laravel 4.0 {{ Form::text("percent[{$key}]"...

0 Likes
8 Replies
Solved

Calling Redirect::back() from a other function does not work. Laravel 4

I'm new in Laravel and some times it's hard to undestand waht's happening. I have a code for validat...

0 Likes
2 Replies
Solved

[Package] Recaptcha - Googles new (december 2014) recaptcha

Github What is reCAPTCHA? reCAPTCHA is a free service to protect your website from spam and abuse....

0 Likes
0 Replies
posted 9 years ago

Method [validatePasscheck] does not exist.

Hello I'm building a custom provider for validation and i'm getting this error: Method [validatePass...

0 Likes
3 Replies
Solved

Showing costum message on my view

Hello again, I use this code to validate credentials and log in a user: $validator = Validator::make...

0 Likes
1 Replies

Validating if one or another field is filled

For one form, I need to validate that if Field A isn't filled, Field B needs to be filled. Another f...

0 Likes
3 Replies
Solved
posted 9 years ago

[Laravel 5] Post Request help

I'm using one PostRequest to validate many post types in my forms, it's highlighted in red. I can us...

0 Likes
0 Replies

Not able to register a custom Validator Resolver via Composer Package

I can not register a custom Validator in a Package The error is: Call to undefined method BSW\ApiPac...

0 Likes
1 Replies

Still battling with a validated checkbox

Hi there, This refers to a thread I recently posted. But, despite the help I have so far received, I...

0 Likes
0 Replies

Laravel custom form validation

I'm attempting to create my own custom laravel form validation but I'm running into trouble. I'm che...

0 Likes
0 Replies

Package for RESTful JSON-based APIs?

Hello there! Recently, I've been working on API for single-page application and found that quite a f...

0 Likes
2 Replies

Is it possible to use Confide 4.0 with a User class that extends Ardent?

I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...

0 Likes
1 Replies

Validating two models in Laravel 5

Hi, I have User and Company. If user select on registration that it is regular user the he just fill...

0 Likes
2 Replies

Is [email protected] a valid email?

I am using Mailchimp service and I am adding emails to list thru API, before any API calls I make su...

0 Likes
2 Replies

Validation of unique Input fields

I'm using the Laracasts\Validation\FormValidator package how would I setup validation rules for each...

0 Likes
0 Replies

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.