Hi All, I want to create a custom validation rule, that intent to replace all non numeric character...
Hi, I have a field wich receive a JSON like this: {"grid":{"product":1,"col...
Hi All, I am new to this forum and really new to laravel, i am trying to create a custom HTTP authen...
Hi, I renamed my user table to 'deelnemers' and the name field to 'naam', password field to 'wachtwo...
I can't figure how to do this. I use FormRequest in my controller so the validation happens before i...
i tried validate (following validator docs ) using regex but didnt' work...need i to do something mo...
I intend to create in my backend where it is possible to create workshops. In the workshops we have...
I'm trying to have the Model (Class) validate itself. Boiler code: public function validate() {...
Hello all! I have learning L5 with login and remember but Auth::viaRemeber() not working and always...
Hello, I have implemented FormRequest validator, and it works fine. However, I have some custom JS c...
I have ran into an issue with persistent authentication. The use case: A user attempts to access a p...
Hi all, i am trying to figure out how to solve this problem... i have a form with 4 inputs : beginDa...
Hi My request file: <?php namespace App\Http\Requests; use App\Http\Requests\Request; class C...
Does anyone have any idea how to perform validation on something like the dynamic form below? <in...
Hello to every one . I have two websites in my xampp localhost folder . both of them are having logi...
How do I disable the unique validation attribute when the value of the specified field is not change...
I am wanting to add a datepicker to my form that only uses Month/Year. I'm currently using {...
when i submit my form and check validation on laravel and laravel returns $errors to my page and i s...
I have this sample route: Route::get('orders/{orderid}/cambiaestado/{estado}', function($orderid = n...
I am working on a project that gets criminal and credit reports for renters from a Credit Bureau. Th...
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