abort
laravel-shift/factory-generator
The
abort
function throws
an HTTP exception
which will be rendered by the
exception handler
:
<?php abort
(
403
);