Skip to content

FatalErrorException when calling action() with a non-existing route results is vacuous #7310

@dhardtke

Description

@dhardtke

In Laravel 4 you could easily see where in your code (template i.e.) you have called URL::action() and with what Controller and Method as parameter you called it, so you could easily find that and fix it...

now in Laravel 5, all you get is:

Call to a member function domain() on null

and the stack trace isn't helping either.

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