Support the ongoing development of Laravel.io →

785 Threads

Register only certain email domain (Auth)

So I'm trying to update the out of box validator to only allow a specific domain. Are there any oth...

0 Likes
1 Replies

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

Problem with hosting shared

Hi! I have a problem with this code in hosting shared, but works fine in localhost. this function re...

0 Likes
2 Replies

help with billing in laravel

Hi, im building this SaaS application where the users are billed every month on their join dates. bu...

0 Likes
1 Replies

new user after ajax validation with laravel

I want to make a record after validation of data sent with ajax. the idea is to run the function Cre...

0 Likes
0 Replies
posted 7 years ago

success function on ajax after validation with laravel

I made the validation of a form with laravel through ajax. sending data and validation work properly...

0 Likes
1 Replies

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

Save emails and passwords from unautorizades users

I created the login using php artisan make:auth I read I have to override AuthController.php but , I...

0 Likes
1 Replies

Laravel 5.2 validation errors issues

Written with StackEdit. So i have this issues with displaying my custom errors and validation erro...

0 Likes
6 Replies

My Laravel Project doesn't have Service Folder ?

Hİ guys, There isn't service folder in My Laravel Project; http://hizliresim.com/MJ6qo6 How Can I So...

0 Likes
7 Replies

Error message not showing

I'm trying to get the error message to show when I attempt to login with the wrong username and pass...

0 Likes
0 Replies

Validation dynamic field

How to validate dynamically added input fields with custom message in laravel 5.2?Actually I am addi...

0 Likes
1 Replies
posted 9 years ago

Laravel 5: mimes validator always returning errors even with right mime type.

Hi folks, While using the mimes validator I tried mimes:m4v and also tried mimes:video/x-m4v Here's...

0 Likes
6 Replies
posted 7 years ago

validation failure returns 200 instead of 422

I think validation failure should return 422 (ValidatesRequests.php): protected function buildFa...

0 Likes
0 Replies

How to validate array input?

Hey, I have many to many relationship between Product and Order models with custom pivot attribute r...

0 Likes
8 Replies

JSON response returns raw data to browser

Posting from Japan... I need you guys' help... So here's my story. Created new registration form fo...

0 Likes
0 Replies

Redirect to login page after login - loop in login

Hello everyone. I have a problem with my Laravel setup. This is a system that we have been working o...

0 Likes
0 Replies

Model validation using related models

Consider the following models. class Camp extends Model { protected $fillable = ['name', 'descri...

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