Skip to content

Instantly share code, notes, and snippets.

View worstn8mare's full-sized avatar

Ariel Pepito worstn8mare

View GitHub Profile
@xxRockOnxx
xxRockOnxx / Handler.php
Last active July 14, 2018 03:18
[Laravel] Custom Error Page based on route (Public and Admin error page)
<?php
namespace App\Exceptions;
use Exception;
use Illuminate\Auth\AuthenticationException;
// Don't forget to add this line as it is used by renderHttpException()
use Symfony\Component\HttpKernel\Exception\HttpException;