Support the ongoing development of Laravel.io →

786 Threads

Custom Validation Rule, get rid of non numeric characters

Hi All, I want to create a custom validation rule, that intent to replace all non numeric character...

0 Likes
2 Replies

How to custom validation

Hi, I have a field wich receive a JSON like this: {"grid":{"product":1,"col...

0 Likes
0 Replies

How to create custom HTTP Authentication Laravel 5.1

Hi All, I am new to this forum and really new to laravel, i am trying to create a custom HTTP authen...

0 Likes
6 Replies
Solved
posted 8 years ago

Reset password with custom user table

Hi, I renamed my user table to 'deelnemers' and the name field to 'naam', password field to 'wachtwo...

0 Likes
0 Replies

Hook to edit validation messages (NOT custom messages)

I can't figure how to do this. I use FormRequest in my controller so the validation happens before i...

0 Likes
0 Replies

how pass # chars as urls parameters ?

i tried validate (following validator docs ) using regex but didnt' work...need i to do something mo...

0 Likes
2 Replies

multiple image with related tables

I intend to create in my backend where it is possible to create workshops. In the workshops we have...

0 Likes
0 Replies

validate relationship model

I'm trying to have the Model (Class) validate itself. Boiler code: public function validate() {...

0 Likes
3 Replies

Auth::viaRemember() return false after check remember

Hello all! I have learning L5 with login and remember but Auth::viaRemeber() not working and always...

0 Likes
0 Replies

How to get original input values after validating using FormRequest?

Hello, I have implemented FormRequest validator, and it works fine. However, I have some custom JS c...

0 Likes
1 Replies

Laravel Authentication Issues

I have ran into an issue with persistent authentication. The use case: A user attempts to access a p...

0 Likes
18 Replies

Multiple fileds validation in rules

Hi all, i am trying to figure out how to solve this problem... i have a form with 4 inputs : beginDa...

0 Likes
0 Replies

Simple validation does not work

Hi My request file: <?php namespace App\Http\Requests; use App\Http\Requests\Request; class C...

0 Likes
4 Replies
Solved

Dynamic form validation

Does anyone have any idea how to perform validation on something like the dynamic form below? <in...

0 Likes
1 Replies
Solved

TokenMismatchException in loging to website

Hello to every one . I have two websites in my xampp localhost folder . both of them are having logi...

0 Likes
1 Replies

Disable unique validation attribute if the value hasn't changed?

How do I disable the unique validation attribute when the value of the specified field is not change...

0 Likes
0 Replies

Form Input Datepicker - Only Month and Year?

I am wanting to add a datepicker to my form that only uses Month/Year. I'm currently using {...

0 Likes
2 Replies
Solved
posted 8 years ago

Laravel dosen't clear $errors variable when i refresh the page

when i submit my form and check validation on laravel and laravel returns $errors to my page and i s...

0 Likes
0 Replies

Strange Laravel behavior when updating a model

I have this sample route: Route::get('orders/{orderid}/cambiaestado/{estado}', function($orderid = n...

0 Likes
2 Replies
Solved

XML to JSON/Array for Storage

I am working on a project that gets criminal and credit reports for renters from a Credit Bureau. Th...

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.