I have question, I created database table using "php artisan migration" then later due to...
Multi Field Validation I have a table like: id code user_id msg_id title now I want to validation u...
how can i check the array value is exist or not? If example: my_field[1][1] = 16 my_field[1][2] = 14...
I wonder if there is some form of excolhes the path of database connection before login to the syste...
Hello guys, Trying to compare 2 variables in my view In my controller $files = \File::files('images'...
I was wondering about passing one variable from one controller function to another controller functi...
Hi, I noticed in the Illuminate\Foundation\Http\FormRequest class, the output is fixed as 422 Unproc...
hey guys , I'm new with Laravel and recently i tried to validate contact form and its code is as bel...
So I'm trying to update the out of box validator to only allow a specific domain. Are there any oth...
Hi! I have a problem with this code in hosting shared, but works fine in localhost. this function re...
Hi, im building this SaaS application where the users are billed every month on their join dates. bu...
I want to make a record after validation of data sent with ajax. the idea is to run the function Cre...
I made the validation of a form with laravel through ajax. sending data and validation work properly...
I created the login using php artisan make:auth I read I have to override AuthController.php but , I...
Written with StackEdit. So i have this issues with displaying my custom errors and validation erro...
Hİ guys, There isn't service folder in My Laravel Project; http://hizliresim.com/MJ6qo6 How Can I So...
I'm trying to get the error message to show when I attempt to login with the wrong username and pass...
How to validate dynamically added input fields with custom message in laravel 5.2?Actually I am addi...
Hi folks, While using the mimes validator I tried mimes:m4v and also tried mimes:video/x-m4v Here's...
I think validation failure should return 422 (ValidatesRequests.php): protected function buildFa...
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.