Support the ongoing development of Laravel.io →

786 Threads

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

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 9 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

getReminder redirect

Where can I adjust the redirect after a "/password/email" submit to the password controlle...

0 Likes
0 Replies

Laravel lang from another path

Hello there. I want to create a multi site with multi languages support. All`s good for now: i cre...

0 Likes
1 Replies

Form data is retained if I use blade syntax but it is not retained if I use normal HTML syntax.

Hi , I have a form in my blade.php and a text input field in it which takes a space(' ') by default...

0 Likes
2 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.