Support the ongoing development of Laravel.io →

785 Threads

Good Captcha packages anyone can recommend?

Good Captcha packages anyone can recommend?

0 Likes
1 Replies

Change rows for login

Hey, when logging in i get this error Illuminate \ Database \ QueryException SQLSTATE[42S22]: Colu...

0 Likes
3 Replies

Seeding image fails validation

I am trying to seed an image, however it fails a validator test for 'image' - even though I am passi...

0 Likes
2 Replies

Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed

// validate $rules = array( 'product_code' => 'required',...

0 Likes
0 Replies
posted 10 years ago

validation - unique to user

Hi all, I am trying to figure out how to create a unique validation based on 2 fields. My app create...

0 Likes
3 Replies
posted 9 years ago

Validation service not working

Hey guys, In my pastebin is my small piece of code and question. Please take a look there: http://la...

0 Likes
1 Replies
Solved

Validation

I'm trying to figure out what is the best idea for me for validating a simple create user form. This...

0 Likes
4 Replies
posted 9 years ago

Illegal string offset 'name' when validating against unique

$rules = array( 'first_name' => array('required'), 'last_name' => array('required'), '...

0 Likes
10 Replies
Solved

Encrypting email for Eloquent user Auth

I have tried encrypting the email address (username) using mutators and accessors on the model for a...

0 Likes
3 Replies
posted 9 years ago

Abstracting repeated model-validation related code out of repository

We have been implementing the repository pattern along side self-validating models using Magniloquen...

0 Likes
1 Replies
Solved

Check image size

Hello I made an app where users can upload images, and I want to restrict image dimensions to less t...

0 Likes
1 Replies

Friendship database management

Hi everybody, First of all, I'm a newbie on Laravel Framwork. I love this framework, therefore I cho...

0 Likes
0 Replies

Cannot use XMLReader in laravel - says not found

Hello everyone, I'm trying to use the XMLReader of PHP inside a custom class that I have created for...

0 Likes
2 Replies

Set $errors or Session errors outside of view

I'm using October CMS (based off Laravel), and it's file-based, so I'm not working much with routes....

0 Likes
0 Replies

problem with validate "different:field1|different:field2..." rule with multi field?

I have problem with validate "different:field1|different:field2..." rule with multi field....

0 Likes
1 Replies

How to apply validation on a file from the local file system

I wanted to apply validation to files that already exist on the local file system, just using the st...

0 Likes
0 Replies

Search form validation

Hello, i am facing problems with a validating GET request with a built-in validator class: Controlle...

0 Likes
7 Replies
Solved

Laravel Textbox Array Validation

Hi anyone please help me how to validate the textbox array in laravel4 like <input type="text" na...

0 Likes
1 Replies

Mail not sending

See this bin file: http://laravel.io/bin/XO0eO thanks for your help!

0 Likes
8 Replies

Accessing validation error messages without redirecting

Most examples go something like this: return Redirect::to('register')->withErrors($validator); H...

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.