-
Rendering custom laravel exception is an easy peasy task for laravel. We just need to add our created custom error page on the error view directory. For example if you want to creat a customize error page for HTTPS status code 404, you just neet to create a file with a filename 404.blade.php and place […]