How to make Laravel 5 return 404 status code September 14, 2023 by Tarik you may use the abort helper: abort(404);