Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.
This repository was archived by the owner on May 15, 2019. It is now read-only.

Make 404 page #13

@cookish

Description

@cookish

I think the way to do this is (http://laravel.com/docs/errors#handling-404-errors)

App::missing(function($exception)
{
return Response::view('errors.missing', array(), 404);
});

Then make the corresponding view.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions