Custom Error Pages

404 Not Found

Custom error pages can be found within the errors folder of your theme directory. The default 404 error template can be seen below:

{!! PageBuilder::section('head') !!}

<div class="container">

<div class="row">
    <div class="col-sm-12">
        {!! PageBuilder::img('404.jpg') !!}
    </div>
</div>

<div class="row">
    <div class="col-sm-12">
        <p class="errorpage_1">oops, {!! $error !!} ...</p>
        <p class="errorpage_2">Error: 404</p>
        <p>We couldn't find the page you requested on our servers. We're really sorry about that. It's our fault, not yours. We'll work hard to get this page back online as soon as possible.</p>
    </div>
</div>

</div>

{!! PageBuilder::section('footer') !!}

Whenever a user accesses a page that does not exist, this template will be returned. The $error variable will return a short description of the error in question. The layout of this page can be changed as you wish and will work much the same as a normal template.

Modern Framework

Based on Laravel 5

Constant development

Additional features always being planned/researched

Open source

"git" involved

Latest from the blog


read more


read more


read more