Support the ongoing development of Laravel.io →

156 Threads

take previous value in Laravel Excel

Hi guys! I'm currently trying to implement something like this but with laravel- Excel: link Excel:...

0 Likes
1 Replies
Solved

Validator errors not in session?

I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...

0 Likes
11 Replies
Solved
posted 7 years ago

Validations

Does anyone have any ideas on how to perform validations on fields from different tables.? I have qu...

0 Likes
3 Replies
Solved

How to implement laravel request validation

Hello All, Now i am trying to implement laravel validation on my API controller, and here is my cont...

0 Likes
5 Replies
Solved

Validation Rule - Ignore on Update

Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...

0 Likes
3 Replies
Solved

Multiple file upload and validation

Hi, I want to allow multiple files upload, so I did this in my view: {{ Form::file('files[]', array(...

0 Likes
3 Replies
Solved

How to make where() restrictions on resourceful routes

Hello, Route::resource('tasks', 'TasksController', array( 'where' => array('tasks' => '[0-9]+...

0 Likes
2 Replies
Solved

Password confirm does not work

Hello there, i am trying a really simple form validation, but somehow it does not work out. here is...

0 Likes
6 Replies
Solved

Google ReCaptcha

Basically I'm using this guide to get recaptcha on my website. Ran composer update and all but when...

0 Likes
5 Replies
Solved
posted 9 years ago

Best way to work with custom messages & rules in L5.

I am trying to write a custom error message for the "required" validation rule in L5. I kn...

0 Likes
2 Replies
Solved

Override Login Response

I'm trying to override the default login response when a user enters an incorrect email/password. In...

0 Likes
1 Replies
Solved

renaming "attribute" by lang in validation message

Hi, I start with sample code. This is part of form: <form> <input type="name&quo...

0 Likes
1 Replies
Solved

PHP GuzzleHttp . how to upload the image file using guzzlehttp in laravel 5.2?

How make post request with GuzzleHttp( version 6.0 ). I am trying do the following and getting error...

0 Likes
1 Replies
Solved
posted 10 years ago

Adding Implicit Validation Rules

I created a custom validation rule that I want to run when another option is selected. It seems that...

0 Likes
5 Replies
Solved

Problems with Auth::user()

Hi, this should be easy to do, but I'm getting an error and at this point I reallly don't know where...

0 Likes
4 Replies
Solved

Validation reloading the same page

I want my users to be able to edit their user info including their username and email. My form works...

0 Likes
3 Replies
Solved

Delete record with modal

Good afternoon folks, I need your help, I have this car brands list with a button to edit and delete...

0 Likes
1 Replies
Solved

Unit testing get error value about form request. Session missing key: errors

I'm try to write a unit testing for test form request in Laravel 5, but I can't not get data from &q...

0 Likes
2 Replies
Solved

Custom Validators not working

Hey everyone, I am having issues in my Lumen (v5.2.*) application with custom validators. I have a...

0 Likes
3 Replies
Solved

Create a database row

So this is the "example controller", or the controller that ships with Laravel. It creates...

0 Likes
1 Replies
Solved

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.