Support the ongoing development of Laravel.io →

629 Threads

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 6 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
posted 6 years ago

validate unique composite key of array data for update

Data and validation rule is here (https://paste.laravel.io/70e20397-4032-4af3-9d5a-bcd615883c44) Que...

0 Likes
0 Replies

validate() redirect not showing all error messages (Chrome)

Laravel 5.4 version The validate() function works until I test more than 3 errors in the form. Upon...

0 Likes
0 Replies

403 error on from submit

Hi. I faced with some problems on my Laravel project. Script works correctly on WAMP but when I uplo...

0 Likes
0 Replies

How To Create Unique Validation On The Form Request

Hi all I have 2 unique field for label and isbn. For the cleaner code i moved the validation to a Fo...

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.