Support the ongoing development of Laravel.io →

789 Threads

Laravel 5: How to add new mime types?

I need to validate an upload, the extension is .ies and the mime type is application/octet-stream (l...

0 Likes
1 Replies

[Laravel 5][Form Request] redirect to back with post method and data

I use Request object to validation. All is ok when redirect::back works as get request. But When we...

0 Likes
2 Replies

Check for old password to confirm account update

Hey Guys! I'm thinking about an option which lets the user update their data. For validation i use R...

0 Likes
1 Replies

is really wise/necessary to validate a model's data with unit tests?

greetings, this question is not really about laravel, but more about unit testing with laravel, i'm...

0 Likes
0 Replies

Laravel 5 update form using plain HTML

In Laravel 5, I notice that whenever I have a form in which I wrote in plain HTML, instead of using...

0 Likes
1 Replies
Solved

Laravel 5 validation error return values to fields

When I am creating a new entry and leave at least one field to error out then submit the form, upon...

0 Likes
1 Replies
Solved

Laravel 5 Validation?

Hi guys, Can you show me a simple controller codes that validates data from view. I tried validating...

0 Likes
3 Replies

[Package] Laravel 5 Javascript Validation

Laravel Javascript Validation allows to reuse your Laravel Validation Rules, Messages, FormReq...

0 Likes
1 Replies

Using FormRequest validation without using Form Builder

Hi there! So I'm using FormRequest like so: public function save(MailRequest $request) And validati...

0 Likes
5 Replies
Solved

Laravel 4 TokenMismatchException error when login or signup

I have a problem with login and signup in L4 page, the project works fine in my local machine. but i...

0 Likes
1 Replies
posted 10 years ago

Validation: Check if exists on database only if data entered

I'm trying to make a form on which I have a "select" field where I do have this: <selec...

0 Likes
1 Replies

Creating a form in Lavarel 5

I recently upgraded to laravel 5 and I have encountered my first problem. I noticed laravel 5 has a...

0 Likes
4 Replies

what does $request->ajax() do?

please explain with an example for me what does $request->ajax() do?

0 Likes
2 Replies
Solved

[L5] Form request validation with multiple files input

Hi, I search a way to use the new L5 form request validation for validate an array of posted files....

0 Likes
1 Replies

[L5] Allow CRUD only to user that owns resource. Best way?

Hello, I have User model and several other models that belongsTo User. I have a lot of routes for ch...

0 Likes
3 Replies

send mail via mandrill problem

configuration of mail.php <?php return array( 'driver' => 'smtp', 'host' => 'smtp.man...

0 Likes
7 Replies

Catching errors from Laravel Billing

Hello. I am trying to catch any errors that might come up when using the Billing service in Laravel....

0 Likes
0 Replies

Form vs model validations

Hello, I am using Laravel 4.2 to develop a web application for teachers. I have a User model that c...

0 Likes
0 Replies

How to use Request::ip() in laravel 5

hello i want to save user ip in my DB. How to use Request::ip() in laravel 5?

0 Likes
1 Replies
posted 10 years ago

L5 XLS validation issue

Laravel 5 file validation is unable to validate Microsoft Excel 97-2003 Worksheets with XLS extensio...

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.

© 2025 Laravel.io - All rights reserved.