Human may make mistake but I don't see any problem without updating the error template and i believe and appreciate their great job to update what are most important or have impact and documented it well. Anyway, If uncertain then identify/find it out and report the issue to the github or else may just stop using it or find better solutions. Peoples spent ton of hours to maintain and contribute and make it better, we just use it for free and take it as granted...
Error Templates Not Updating 5.6 > 5.7 > 5.8
In order to try out Telescope, I decided to migrate my project from 5.6 to 5.8. Followed the instructions to migrate from 5.6 to .7 and then .7 to .8 (including copying svg files from GitHub). Everything seems to be working fine, including Telescope. However, my error pages still use the old templates. I have not published / customized them, so the ones in vendor/ are the ones being used.
I am wondering why composer update is not updating these files? To be honest, the error templates themselves aren't a huge issue (I could just copy from GitHub if it came to that), but if these files are not being updated I have to wonder what other files aren't being updated as well. Can't very well proceed with a deploy to production with that level of uncertainty.
composer.json
"require": {
...
"laravel/framework": "5.8.*",
composer.lock
...
"name": "laravel/framework",
"version": "v5.8.8",
404.blade.php
@extends('errors::minimal')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))
Please or to participate in this conversation.

