Support the ongoing development of Laravel.io →

786 Threads

unique validation on update not working

I am a newbie to Laravel and I keep banging my head against this issue. I have a student model that...

0 Likes
6 Replies

Form Request, Response().

Hi. So I am using L5 to create a simple ContactUs email form and trying to get a handle of this new...

0 Likes
3 Replies
Solved

How to have a cancel button on edit page that works after validation errors

This works if there has been no attempt to update the record and the user just clicks cancel. {{For...

0 Likes
2 Replies

laravel post request validation don't show ther errors ( validation Fail)

i try to set rule to validate post request for laravel form to store data but if i set any validatio...

0 Likes
2 Replies

Allow only the owner of the note to view it and edit it: Middleware or FormRequest?

Imagine a personal notes app. Users can add, view and edit their own notes, but not notes that belon...

0 Likes
2 Replies

Reset passwords giving me many errors..

I tried setting up auth stuff myself (5.1 doesn't come pre-packaged with them), and I succeeded. I g...

0 Likes
1 Replies
Solved

how do I get error messages when I use laravel validation and auth?

I am new with laravel, recently I failed do authentication. so I want to know what exactly my fault...

0 Likes
2 Replies

Validation custom message not working for relation

I use form model binding with a eloquent relation like customer -> hasOne -> adres. Everything...

0 Likes
0 Replies

laravel angularjs XSRF protection set up

Hi, what do you think about this set up @section('content') <div class="content" data-u...

0 Likes
5 Replies

Application Form Processing and XML Messaging System using Laravel

Hello, I am new to Laravel and had been working on mostly custom framework design. We will be workin...

0 Likes
0 Replies

Laravel validation mime type errors

So I am trying to make an upload form that validates images, .jpg, .png, .gif. if (Input::hasFile('f...

0 Likes
0 Replies

Message from failed captcha

Hello, I would want to change this: http://postimg.org/image/95g11nk6z/ How can i do it? Thanks

0 Likes
1 Replies

How to create and use MessageBags?

What I need: have ability to call cutom validator and bypass an array of inputs there (done) valida...

0 Likes
1 Replies

Problem with PUT request

Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...

0 Likes
2 Replies
Solved

Validate drop down field against text field on same form.

Hi I have a form with a drop down and a text field {!! Form::label('category_id', 'Category') !!...

0 Likes
1 Replies
Solved

Url validation using active_url

$rules = array( 'url' => 'required|active_url' ); I am using the following url to test wheth...

0 Likes
3 Replies

AuthController auth/register invlid input

I have a fresh install of Laravel 5.1 and was working on getting auth/register working to work throu...

0 Likes
0 Replies

Laravel displays redirecting to url message

Hello everyone I'm trying to validate my input but I have weird problem with redirecting when Valida...

0 Likes
0 Replies

Inline edit forms & update

Dear All, I'm currently developing a webapp using Laravel and I truly love developing on 5.1 version...

0 Likes
1 Replies

Socialite `socialite->driver('facebook')->user();` doesn't work

Hi, I'm using Laravel 5.1. public function redirectToProvider(AuthenticateUser $authenticateUser, Re...

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.

© 2024 Laravel.io - All rights reserved.