Hello! For some reasons I can't access data from error bag. I've assigned them to variable in view b...
Hello All, I apologize if there is a source for this information and I have missed it. I have read t...
Hi, I am stuck with a major issue. I have being developing a application for a while. I had set some...
I have a code set on Laravel. This is doing dns verification, I want to verify a specific field in t...
Hello, What is the best way to logout specific user in Laravel? Auth::logout() will just logout th...
Hello, I need to have validation where two field in a table in exact this combination should be uniq...
Is it possible with current exists/unique validation rules to use model methods in laravel? Like use...
I need to register same user with same email address for different locations using unique validation...
I have a method: protected function validateLogin(Request $request) { $this->validate...
public function handle($request, Closure $next, $guard = null) { switch($guard){ case 'admin': if(Au...
Questions 1: In the official manual of Laravel I saw: By default, when an attribute being validate...
help me how to user request input three time for captcha if overdone 3 time after notification messa...
Hi, I'm using a Form Request with rules but I want to check the recaptcha validates before validatin...
Hi everybody I had problem 3 months ago but i had solution for it http://laravel.io/forum/07-21-2014...
I saw a weird validation behavior. 'alpha, alpha_num, alpha_dash' validation passes multibyte string...
I have some problem creating the auth part of my site: I tried to adapt my page to the register.blad...
I just upgrade from Laravel 5.3 to 5.4 then I move to 5.5. After that, I wrote this test: /** @t...
Data and validation rule is here (https://paste.laravel.io/70e20397-4032-4af3-9d5a-bcd615883c44) Que...
Laravel 5.4 version The validate() function works until I test more than 3 errors in the form. Upon...
Hi. I faced with some problems on my Laravel project. Script works correctly on WAMP but when I uplo...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community