Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Bug] $errors->first('attribute') doesn't contain any value #85

Copy link
Copy link
Closed
@lembubintik

Description

@lembubintik
Issue body actions

At first it was working fine the validation errors was passed to the view. Ater updating the laravel framework errors are not showing.

from my controller

return Redirect::route('login')->withErrors($validator);

from my view

{{ $errors->first('password', '<p>:message</p>') }}

I can see that the error is there but it does not pass to the view

if ($validator->fails())
{
    echo $validator->errors()->first('email');exit();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.