Support the ongoing development of Laravel.io →

633 Threads

posted 6 years ago

How to check unique key validation on Update

While adding a record we can check a unique key field with unique:<table>,<column> valid...

0 Likes
4 Replies

Check user settings before sending an email notification

I have a receiveEmail boolean field in the User model of a Laravel application. How do I ensure that...

0 Likes
2 Replies

Laravel Request Validation API

When I Create own method for Validation extends FormRequest , Validation working but its not redirec...

0 Likes
0 Replies

Can't access data from custom error named bag

Hello! For some reasons I can't access data from error bag. I've assigned them to variable in view b...

0 Likes
0 Replies

Help determining Socialite token validation steps.

Hello All, I apologize if there is a source for this information and I have missed it. I have read t...

0 Likes
0 Replies

Controller Won't Return Defined Status Codes

Hi, I am stuck with a major issue. I have being developing a application for a while. I had set some...

0 Likes
0 Replies

Domain Meta Validation

I have a code set on Laravel. This is doing dns verification, I want to verify a specific field in t...

0 Likes
0 Replies

How to logout specific user in Laravel 5.6?

Hello, What is the best way to logout specific user in Laravel? Auth::logout() will just logout th...

0 Likes
1 Replies

Two field in combination should be unique in Database

Hello, I need to have validation where two field in a table in exact this combination should be uniq...

0 Likes
3 Replies

Is Rule::exists/unique available with Eloquent/Builder?

Is it possible with current exists/unique validation rules to use model methods in laravel? Like use...

0 Likes
0 Replies

Unique Validation based on user location

I need to register same user with same email address for different locations using unique validation...

0 Likes
2 Replies

Laravel 5.5 Validation Message

I have a method: protected function validateLogin(Request $request) { $this->validate...

0 Likes
1 Replies

middleware not allowing me login on web guard

public function handle($request, Closure $next, $guard = null) { switch($guard){ case 'admin': if(Au...

0 Likes
0 Replies

Questions about "Validator::extendImplicit".

Questions 1: In the official manual of Laravel I saw: By default, when an attribute being validate...

0 Likes
2 Replies

how to user request input three time for captcha if overdone

help me how to user request input three time for captcha if overdone 3 time after notification messa...

0 Likes
0 Replies

Form Request: check recaptcha validates, before validating other fields against database?

Hi, I'm using a Form Request with rules but I want to check the recaptcha validates before validatin...

0 Likes
1 Replies

[Solved] - Jquery multi file upload with laravel

Hi everybody I had problem 3 months ago but i had solution for it http://laravel.io/forum/07-21-2014...

0 Likes
1 Replies
posted 7 years ago

Validation, alpha, alpha_num, alpha_dash passes multibyte

I saw a weird validation behavior. 'alpha, alpha_num, alpha_dash' validation passes multibyte string...

0 Likes
0 Replies

Why does my custom register page gives exception?

I have some problem creating the auth part of my site: I tried to adapt my page to the register.blad...

0 Likes
0 Replies

TokenMismatchException error with PHPUnit after upgrade

I just upgrade from Laravel 5.3 to 5.4 then I move to 5.5. After that, I wrote this test: /** @t...

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.

© 2025 Laravel.io - All rights reserved.